Class PdfiumSignRequestStreamP.InfoP
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.ironsoftware.ironpdf.internal.proto.PdfiumSignRequestStreamP.InfoP
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,PdfiumSignRequestStreamP.InfoPOrBuilder
,Serializable
- Enclosing class:
- PdfiumSignRequestStreamP
public static final class PdfiumSignRequestStreamP.InfoP extends com.google.protobuf.GeneratedMessageV3 implements PdfiumSignRequestStreamP.InfoPOrBuilder
Protobuf typeironpdfengineproto.PdfiumSignRequestStreamP.InfoP
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PdfiumSignRequestStreamP.InfoP.Builder
Protobuf typeironpdfengineproto.PdfiumSignRequestStreamP.InfoP
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTACT_INFORMATION_FIELD_NUMBER
static int
DOCUMENT_FIELD_NUMBER
static int
INTERNAL_NAME_FIELD_NUMBER
static int
PAGE_INDEX_FIELD_NUMBER
static int
PASSWORD_FIELD_NUMBER
static int
SIGNATURE_DATE_FIELD_NUMBER
static int
SIGNATURE_IMAGE_H_FIELD_NUMBER
static int
SIGNATURE_IMAGE_W_FIELD_NUMBER
static int
SIGNATURE_IMAGE_X_FIELD_NUMBER
static int
SIGNATURE_IMAGE_Y_FIELD_NUMBER
static int
SIGNATURE_PERMISSION_FIELD_NUMBER
static int
SIGNING_CONTACT_FIELD_NUMBER
static int
SIGNING_LOCATION_FIELD_NUMBER
static int
SIGNING_REASON_FIELD_NUMBER
static int
TIME_STAMP_URL_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getContactInformation()
optional string contact_information = 15;
com.google.protobuf.ByteString
getContactInformationBytes()
optional string contact_information = 15;
static PdfiumSignRequestStreamP.InfoP
getDefaultInstance()
PdfiumSignRequestStreamP.InfoP
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
PdfDocumentP
getDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
PdfDocumentPOrBuilder
getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1;
String
getInternalName()
optional string internal_name = 9;
com.google.protobuf.ByteString
getInternalNameBytes()
optional string internal_name = 9;
int
getPageIndex()
optional int32 page_index = 10;
com.google.protobuf.Parser<PdfiumSignRequestStreamP.InfoP>
getParserForType()
String
getPassword()
string password = 2;
com.google.protobuf.ByteString
getPasswordBytes()
string password = 2;
int
getSerializedSize()
com.google.protobuf.Timestamp
getSignatureDate()
optional .google.protobuf.Timestamp signature_date = 3;
com.google.protobuf.TimestampOrBuilder
getSignatureDateOrBuilder()
optional .google.protobuf.Timestamp signature_date = 3;
int
getSignatureImageH()
optional int32 signature_image_h = 14;
int
getSignatureImageW()
optional int32 signature_image_w = 13;
int
getSignatureImageX()
optional int32 signature_image_x = 11;
int
getSignatureImageY()
optional int32 signature_image_y = 12;
PdfiumSignaturePermissionsP
getSignaturePermission()
.ironpdfengineproto.PdfiumSignaturePermissionsP signature_permission = 7;
PdfiumSignaturePermissionsPOrBuilder
getSignaturePermissionOrBuilder()
.ironpdfengineproto.PdfiumSignaturePermissionsP signature_permission = 7;
String
getSigningContact()
optional string signing_contact = 4;
com.google.protobuf.ByteString
getSigningContactBytes()
optional string signing_contact = 4;
String
getSigningLocation()
optional string signing_location = 5;
com.google.protobuf.ByteString
getSigningLocationBytes()
optional string signing_location = 5;
String
getSigningReason()
optional string signing_reason = 6;
com.google.protobuf.ByteString
getSigningReasonBytes()
optional string signing_reason = 6;
String
getTimeStampUrl()
optional string time_stamp_url = 8;
com.google.protobuf.ByteString
getTimeStampUrlBytes()
optional string time_stamp_url = 8;
boolean
hasContactInformation()
optional string contact_information = 15;
boolean
hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
int
hashCode()
boolean
hasInternalName()
optional string internal_name = 9;
boolean
hasPageIndex()
optional int32 page_index = 10;
boolean
hasSignatureDate()
optional .google.protobuf.Timestamp signature_date = 3;
boolean
hasSignatureImageH()
optional int32 signature_image_h = 14;
boolean
hasSignatureImageW()
optional int32 signature_image_w = 13;
boolean
hasSignatureImageX()
optional int32 signature_image_x = 11;
boolean
hasSignatureImageY()
optional int32 signature_image_y = 12;
boolean
hasSignaturePermission()
.ironpdfengineproto.PdfiumSignaturePermissionsP signature_permission = 7;
boolean
hasSigningContact()
optional string signing_contact = 4;
boolean
hasSigningLocation()
optional string signing_location = 5;
boolean
hasSigningReason()
optional string signing_reason = 6;
boolean
hasTimeStampUrl()
optional string time_stamp_url = 8;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static PdfiumSignRequestStreamP.InfoP.Builder
newBuilder()
static PdfiumSignRequestStreamP.InfoP.Builder
newBuilder(PdfiumSignRequestStreamP.InfoP prototype)
PdfiumSignRequestStreamP.InfoP.Builder
newBuilderForType()
protected PdfiumSignRequestStreamP.InfoP.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static PdfiumSignRequestStreamP.InfoP
parseDelimitedFrom(InputStream input)
static PdfiumSignRequestStreamP.InfoP
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumSignRequestStreamP.InfoP
parseFrom(byte[] data)
static PdfiumSignRequestStreamP.InfoP
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumSignRequestStreamP.InfoP
parseFrom(com.google.protobuf.ByteString data)
static PdfiumSignRequestStreamP.InfoP
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumSignRequestStreamP.InfoP
parseFrom(com.google.protobuf.CodedInputStream input)
static PdfiumSignRequestStreamP.InfoP
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumSignRequestStreamP.InfoP
parseFrom(InputStream input)
static PdfiumSignRequestStreamP.InfoP
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumSignRequestStreamP.InfoP
parseFrom(ByteBuffer data)
static PdfiumSignRequestStreamP.InfoP
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<PdfiumSignRequestStreamP.InfoP>
parser()
PdfiumSignRequestStreamP.InfoP.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
DOCUMENT_FIELD_NUMBER
public static final int DOCUMENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PASSWORD_FIELD_NUMBER
public static final int PASSWORD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SIGNATURE_DATE_FIELD_NUMBER
public static final int SIGNATURE_DATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SIGNING_CONTACT_FIELD_NUMBER
public static final int SIGNING_CONTACT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SIGNING_LOCATION_FIELD_NUMBER
public static final int SIGNING_LOCATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SIGNING_REASON_FIELD_NUMBER
public static final int SIGNING_REASON_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SIGNATURE_PERMISSION_FIELD_NUMBER
public static final int SIGNATURE_PERMISSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TIME_STAMP_URL_FIELD_NUMBER
public static final int TIME_STAMP_URL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INTERNAL_NAME_FIELD_NUMBER
public static final int INTERNAL_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PAGE_INDEX_FIELD_NUMBER
public static final int PAGE_INDEX_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SIGNATURE_IMAGE_X_FIELD_NUMBER
public static final int SIGNATURE_IMAGE_X_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SIGNATURE_IMAGE_Y_FIELD_NUMBER
public static final int SIGNATURE_IMAGE_Y_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SIGNATURE_IMAGE_W_FIELD_NUMBER
public static final int SIGNATURE_IMAGE_W_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SIGNATURE_IMAGE_H_FIELD_NUMBER
public static final int SIGNATURE_IMAGE_H_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONTACT_INFORMATION_FIELD_NUMBER
public static final int CONTACT_INFORMATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasDocument
public boolean hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
- Specified by:
hasDocument
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- Whether the document field is set.
-
getDocument
public PdfDocumentP getDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
- Specified by:
getDocument
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The document.
-
getDocumentOrBuilder
public PdfDocumentPOrBuilder getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1;
- Specified by:
getDocumentOrBuilder
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
-
getPassword
public String getPassword()
string password = 2;
- Specified by:
getPassword
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The password.
-
getPasswordBytes
public com.google.protobuf.ByteString getPasswordBytes()
string password = 2;
- Specified by:
getPasswordBytes
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The bytes for password.
-
hasSignatureDate
public boolean hasSignatureDate()
optional .google.protobuf.Timestamp signature_date = 3;
- Specified by:
hasSignatureDate
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- Whether the signatureDate field is set.
-
getSignatureDate
public com.google.protobuf.Timestamp getSignatureDate()
optional .google.protobuf.Timestamp signature_date = 3;
- Specified by:
getSignatureDate
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The signatureDate.
-
getSignatureDateOrBuilder
public com.google.protobuf.TimestampOrBuilder getSignatureDateOrBuilder()
optional .google.protobuf.Timestamp signature_date = 3;
- Specified by:
getSignatureDateOrBuilder
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
-
hasSigningContact
public boolean hasSigningContact()
optional string signing_contact = 4;
- Specified by:
hasSigningContact
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- Whether the signingContact field is set.
-
getSigningContact
public String getSigningContact()
optional string signing_contact = 4;
- Specified by:
getSigningContact
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The signingContact.
-
getSigningContactBytes
public com.google.protobuf.ByteString getSigningContactBytes()
optional string signing_contact = 4;
- Specified by:
getSigningContactBytes
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The bytes for signingContact.
-
hasSigningLocation
public boolean hasSigningLocation()
optional string signing_location = 5;
- Specified by:
hasSigningLocation
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- Whether the signingLocation field is set.
-
getSigningLocation
public String getSigningLocation()
optional string signing_location = 5;
- Specified by:
getSigningLocation
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The signingLocation.
-
getSigningLocationBytes
public com.google.protobuf.ByteString getSigningLocationBytes()
optional string signing_location = 5;
- Specified by:
getSigningLocationBytes
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The bytes for signingLocation.
-
hasSigningReason
public boolean hasSigningReason()
optional string signing_reason = 6;
- Specified by:
hasSigningReason
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- Whether the signingReason field is set.
-
getSigningReason
public String getSigningReason()
optional string signing_reason = 6;
- Specified by:
getSigningReason
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The signingReason.
-
getSigningReasonBytes
public com.google.protobuf.ByteString getSigningReasonBytes()
optional string signing_reason = 6;
- Specified by:
getSigningReasonBytes
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The bytes for signingReason.
-
hasSignaturePermission
public boolean hasSignaturePermission()
.ironpdfengineproto.PdfiumSignaturePermissionsP signature_permission = 7;
- Specified by:
hasSignaturePermission
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- Whether the signaturePermission field is set.
-
getSignaturePermission
public PdfiumSignaturePermissionsP getSignaturePermission()
.ironpdfengineproto.PdfiumSignaturePermissionsP signature_permission = 7;
- Specified by:
getSignaturePermission
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The signaturePermission.
-
getSignaturePermissionOrBuilder
public PdfiumSignaturePermissionsPOrBuilder getSignaturePermissionOrBuilder()
.ironpdfengineproto.PdfiumSignaturePermissionsP signature_permission = 7;
- Specified by:
getSignaturePermissionOrBuilder
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
-
hasTimeStampUrl
public boolean hasTimeStampUrl()
optional string time_stamp_url = 8;
- Specified by:
hasTimeStampUrl
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- Whether the timeStampUrl field is set.
-
getTimeStampUrl
public String getTimeStampUrl()
optional string time_stamp_url = 8;
- Specified by:
getTimeStampUrl
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The timeStampUrl.
-
getTimeStampUrlBytes
public com.google.protobuf.ByteString getTimeStampUrlBytes()
optional string time_stamp_url = 8;
- Specified by:
getTimeStampUrlBytes
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The bytes for timeStampUrl.
-
hasInternalName
public boolean hasInternalName()
optional string internal_name = 9;
- Specified by:
hasInternalName
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- Whether the internalName field is set.
-
getInternalName
public String getInternalName()
optional string internal_name = 9;
- Specified by:
getInternalName
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The internalName.
-
getInternalNameBytes
public com.google.protobuf.ByteString getInternalNameBytes()
optional string internal_name = 9;
- Specified by:
getInternalNameBytes
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The bytes for internalName.
-
hasPageIndex
public boolean hasPageIndex()
optional int32 page_index = 10;
- Specified by:
hasPageIndex
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- Whether the pageIndex field is set.
-
getPageIndex
public int getPageIndex()
optional int32 page_index = 10;
- Specified by:
getPageIndex
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The pageIndex.
-
hasSignatureImageX
public boolean hasSignatureImageX()
optional int32 signature_image_x = 11;
- Specified by:
hasSignatureImageX
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- Whether the signatureImageX field is set.
-
getSignatureImageX
public int getSignatureImageX()
optional int32 signature_image_x = 11;
- Specified by:
getSignatureImageX
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The signatureImageX.
-
hasSignatureImageY
public boolean hasSignatureImageY()
optional int32 signature_image_y = 12;
- Specified by:
hasSignatureImageY
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- Whether the signatureImageY field is set.
-
getSignatureImageY
public int getSignatureImageY()
optional int32 signature_image_y = 12;
- Specified by:
getSignatureImageY
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The signatureImageY.
-
hasSignatureImageW
public boolean hasSignatureImageW()
optional int32 signature_image_w = 13;
- Specified by:
hasSignatureImageW
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- Whether the signatureImageW field is set.
-
getSignatureImageW
public int getSignatureImageW()
optional int32 signature_image_w = 13;
- Specified by:
getSignatureImageW
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The signatureImageW.
-
hasSignatureImageH
public boolean hasSignatureImageH()
optional int32 signature_image_h = 14;
- Specified by:
hasSignatureImageH
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- Whether the signatureImageH field is set.
-
getSignatureImageH
public int getSignatureImageH()
optional int32 signature_image_h = 14;
- Specified by:
getSignatureImageH
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The signatureImageH.
-
hasContactInformation
public boolean hasContactInformation()
optional string contact_information = 15;
- Specified by:
hasContactInformation
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- Whether the contactInformation field is set.
-
getContactInformation
public String getContactInformation()
optional string contact_information = 15;
- Specified by:
getContactInformation
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The contactInformation.
-
getContactInformationBytes
public com.google.protobuf.ByteString getContactInformationBytes()
optional string contact_information = 15;
- Specified by:
getContactInformationBytes
in interfacePdfiumSignRequestStreamP.InfoPOrBuilder
- Returns:
- The bytes for contactInformation.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static PdfiumSignRequestStreamP.InfoP parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PdfiumSignRequestStreamP.InfoP parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PdfiumSignRequestStreamP.InfoP parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PdfiumSignRequestStreamP.InfoP parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PdfiumSignRequestStreamP.InfoP parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PdfiumSignRequestStreamP.InfoP parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PdfiumSignRequestStreamP.InfoP parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static PdfiumSignRequestStreamP.InfoP parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static PdfiumSignRequestStreamP.InfoP parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static PdfiumSignRequestStreamP.InfoP parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static PdfiumSignRequestStreamP.InfoP parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static PdfiumSignRequestStreamP.InfoP parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public PdfiumSignRequestStreamP.InfoP.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static PdfiumSignRequestStreamP.InfoP.Builder newBuilder()
-
newBuilder
public static PdfiumSignRequestStreamP.InfoP.Builder newBuilder(PdfiumSignRequestStreamP.InfoP prototype)
-
toBuilder
public PdfiumSignRequestStreamP.InfoP.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected PdfiumSignRequestStreamP.InfoP.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static PdfiumSignRequestStreamP.InfoP getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<PdfiumSignRequestStreamP.InfoP> parser()
-
getParserForType
public com.google.protobuf.Parser<PdfiumSignRequestStreamP.InfoP> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public PdfiumSignRequestStreamP.InfoP getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-