Interface ChromeApplyStampRequestStreamPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- ChromeApplyStampRequestStreamP,- ChromeApplyStampRequestStreamP.Builder
 
 public interface ChromeApplyStampRequestStreamPOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ChromeApplyStampRequestStreamP.InfoPgetInfo().ironpdfengineproto.ChromeApplyStampRequestStreamP.InfoP info = 1;ChromeApplyStampRequestStreamP.InfoPOrBuildergetInfoOrBuilder().ironpdfengineproto.ChromeApplyStampRequestStreamP.InfoP info = 1;ChromeApplyStampRequestStreamP.RequestCasegetRequestCase()com.google.protobuf.ByteStringgetStampImageBytes()only for image_stamperStringgetStampValue()string stamp_value = 2;com.google.protobuf.ByteStringgetStampValueBytes()string stamp_value = 2;booleanhasInfo().ironpdfengineproto.ChromeApplyStampRequestStreamP.InfoP info = 1;booleanhasStampImageBytes()only for image_stamperbooleanhasStampValue()string stamp_value = 2;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasInfoboolean hasInfo() .ironpdfengineproto.ChromeApplyStampRequestStreamP.InfoP info = 1;- Returns:
- Whether the info field is set.
 
 - 
getInfoChromeApplyStampRequestStreamP.InfoP getInfo() .ironpdfengineproto.ChromeApplyStampRequestStreamP.InfoP info = 1;- Returns:
- The info.
 
 - 
getInfoOrBuilderChromeApplyStampRequestStreamP.InfoPOrBuilder getInfoOrBuilder() .ironpdfengineproto.ChromeApplyStampRequestStreamP.InfoP info = 1;
 - 
hasStampValueboolean hasStampValue() string stamp_value = 2;- Returns:
- Whether the stampValue field is set.
 
 - 
getStampValueString getStampValue() string stamp_value = 2;- Returns:
- The stampValue.
 
 - 
getStampValueBytescom.google.protobuf.ByteString getStampValueBytes() string stamp_value = 2;- Returns:
- The bytes for stampValue.
 
 - 
hasStampImageBytesboolean hasStampImageBytes() only for image_stamper bytes stamp_image_bytes = 3;- Returns:
- Whether the stampImageBytes field is set.
 
 - 
getStampImageBytescom.google.protobuf.ByteString getStampImageBytes() only for image_stamper bytes stamp_image_bytes = 3;- Returns:
- The stampImageBytes.
 
 - 
getRequestCaseChromeApplyStampRequestStreamP.RequestCase getRequestCase() 
 
- 
 
-