Interface ApplyStampRequestStreamOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- ApplyStampRequestStream,- ApplyStampRequestStream.Builder
public interface ApplyStampRequestStreamOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptiongetInfo().IronPdfEngine.Proto.ApplyStampRequestStream.Info info = 1;.IronPdfEngine.Proto.ApplyStampRequestStream.Info info = 1;com.google.protobuf.ByteStringonly for image_stamperstring stamp_value = 2;com.google.protobuf.ByteStringstring stamp_value = 2;booleanhasInfo().IronPdfEngine.Proto.ApplyStampRequestStream.Info info = 1;booleanonly for image_stamperbooleanstring stamp_value = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasInfoboolean hasInfo().IronPdfEngine.Proto.ApplyStampRequestStream.Info info = 1;- Returns:
- Whether the info field is set.
 
- 
getInfoApplyStampRequestStream.Info getInfo().IronPdfEngine.Proto.ApplyStampRequestStream.Info info = 1;- Returns:
- The info.
 
- 
getInfoOrBuilderApplyStampRequestStream.InfoOrBuilder getInfoOrBuilder().IronPdfEngine.Proto.ApplyStampRequestStream.Info 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.
 
- 
getRequestCaseApplyStampRequestStream.RequestCase getRequestCase()
 
-