Interface SignRequestStreamOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SignRequestStream
,SignRequestStream.Builder
public interface SignRequestStreamOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString
bytes certificate_file_bytes_chunk = 2;
getInfo()
.IronPdfEngine.Proto.SignRequestStream.Info info = 1;
.IronPdfEngine.Proto.SignRequestStream.Info info = 1;
com.google.protobuf.ByteString
bytes signature_image_chunk = 3;
boolean
bytes certificate_file_bytes_chunk = 2;
boolean
hasInfo()
.IronPdfEngine.Proto.SignRequestStream.Info info = 1;
boolean
bytes signature_image_chunk = 3;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasInfo
boolean hasInfo().IronPdfEngine.Proto.SignRequestStream.Info info = 1;
- Returns:
- Whether the info field is set.
-
getInfo
SignRequestStream.Info getInfo().IronPdfEngine.Proto.SignRequestStream.Info info = 1;
- Returns:
- The info.
-
getInfoOrBuilder
SignRequestStream.InfoOrBuilder getInfoOrBuilder().IronPdfEngine.Proto.SignRequestStream.Info info = 1;
-
hasCertificateFileBytesChunk
boolean hasCertificateFileBytesChunk()bytes certificate_file_bytes_chunk = 2;
- Returns:
- Whether the certificateFileBytesChunk field is set.
-
getCertificateFileBytesChunk
com.google.protobuf.ByteString getCertificateFileBytesChunk()bytes certificate_file_bytes_chunk = 2;
- Returns:
- The certificateFileBytesChunk.
-
hasSignatureImageChunk
boolean hasSignatureImageChunk()bytes signature_image_chunk = 3;
- Returns:
- Whether the signatureImageChunk field is set.
-
getSignatureImageChunk
com.google.protobuf.ByteString getSignatureImageChunk()bytes signature_image_chunk = 3;
- Returns:
- The signatureImageChunk.
-
getRequestCase
SignRequestStream.RequestCase getRequestCase()
-