Class SignPdfRequestStream.Info.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<SignPdfRequestStream.Info.Builder>
com.ironsoftware.ironpdf.internal.proto.SignPdfRequestStream.Info.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,SignPdfRequestStream.InfoOrBuilder
,Cloneable
- Enclosing class:
SignPdfRequestStream.Info
public static final class SignPdfRequestStream.Info.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<SignPdfRequestStream.Info.Builder>
implements SignPdfRequestStream.InfoOrBuilder
Protobuf type
IronPdfEngine.Proto.SignPdfRequestStream.Info
-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
.IronPdfEngine.Proto.PdfDocument document = 1;
clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) string password = 2;
optional .google.protobuf.Timestamp signature_date = 3;
optional string signing_contact = 4;
optional string signing_location = 5;
optional string signing_reason = 6;
clone()
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
.IronPdfEngine.Proto.PdfDocument document = 1;
.IronPdfEngine.Proto.PdfDocument document = 1;
.IronPdfEngine.Proto.PdfDocument document = 1;
string password = 2;
com.google.protobuf.ByteString
string password = 2;
com.google.protobuf.Timestamp
optional .google.protobuf.Timestamp signature_date = 3;
com.google.protobuf.Timestamp.Builder
optional .google.protobuf.Timestamp signature_date = 3;
com.google.protobuf.TimestampOrBuilder
optional .google.protobuf.Timestamp signature_date = 3;
optional string signing_contact = 4;
com.google.protobuf.ByteString
optional string signing_contact = 4;
optional string signing_location = 5;
com.google.protobuf.ByteString
optional string signing_location = 5;
optional string signing_reason = 6;
com.google.protobuf.ByteString
optional string signing_reason = 6;
boolean
.IronPdfEngine.Proto.PdfDocument document = 1;
boolean
optional .google.protobuf.Timestamp signature_date = 3;
boolean
optional string signing_contact = 4;
boolean
optional string signing_location = 5;
boolean
optional string signing_reason = 6;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeDocument
(PdfDocument value) .IronPdfEngine.Proto.PdfDocument document = 1;
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeSignatureDate
(com.google.protobuf.Timestamp value) optional .google.protobuf.Timestamp signature_date = 3;
mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) setDocument
(PdfDocument value) .IronPdfEngine.Proto.PdfDocument document = 1;
setDocument
(PdfDocument.Builder builderForValue) .IronPdfEngine.Proto.PdfDocument document = 1;
setPassword
(String value) string password = 2;
setPasswordBytes
(com.google.protobuf.ByteString value) string password = 2;
setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setSignatureDate
(com.google.protobuf.Timestamp value) optional .google.protobuf.Timestamp signature_date = 3;
setSignatureDate
(com.google.protobuf.Timestamp.Builder builderForValue) optional .google.protobuf.Timestamp signature_date = 3;
setSigningContact
(String value) optional string signing_contact = 4;
setSigningContactBytes
(com.google.protobuf.ByteString value) optional string signing_contact = 4;
setSigningLocation
(String value) optional string signing_location = 5;
setSigningLocationBytes
(com.google.protobuf.ByteString value) optional string signing_location = 5;
setSigningReason
(String value) optional string signing_reason = 6;
setSigningReasonBytes
(com.google.protobuf.ByteString value) optional string signing_reason = 6;
setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.Builder<SignPdfRequestStream.Info.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<SignPdfRequestStream.Info.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<SignPdfRequestStream.Info.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<SignPdfRequestStream.Info.Builder>
-
setField
public SignPdfRequestStream.Info.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SignPdfRequestStream.Info.Builder>
-
clearField
public SignPdfRequestStream.Info.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SignPdfRequestStream.Info.Builder>
-
clearOneof
public SignPdfRequestStream.Info.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<SignPdfRequestStream.Info.Builder>
-
setRepeatedField
public SignPdfRequestStream.Info.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SignPdfRequestStream.Info.Builder>
-
addRepeatedField
public SignPdfRequestStream.Info.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SignPdfRequestStream.Info.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<SignPdfRequestStream.Info.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<SignPdfRequestStream.Info.Builder>
-
mergeFrom
public SignPdfRequestStream.Info.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<SignPdfRequestStream.Info.Builder>
- Throws:
IOException
-
hasDocument
public boolean hasDocument().IronPdfEngine.Proto.PdfDocument document = 1;
- Specified by:
hasDocument
in interfaceSignPdfRequestStream.InfoOrBuilder
- Returns:
- Whether the document field is set.
-
getDocument
.IronPdfEngine.Proto.PdfDocument document = 1;
- Specified by:
getDocument
in interfaceSignPdfRequestStream.InfoOrBuilder
- Returns:
- The document.
-
setDocument
.IronPdfEngine.Proto.PdfDocument document = 1;
-
setDocument
.IronPdfEngine.Proto.PdfDocument document = 1;
-
mergeDocument
.IronPdfEngine.Proto.PdfDocument document = 1;
-
clearDocument
.IronPdfEngine.Proto.PdfDocument document = 1;
-
getDocumentBuilder
.IronPdfEngine.Proto.PdfDocument document = 1;
-
getDocumentOrBuilder
.IronPdfEngine.Proto.PdfDocument document = 1;
- Specified by:
getDocumentOrBuilder
in interfaceSignPdfRequestStream.InfoOrBuilder
-
getPassword
string password = 2;
- Specified by:
getPassword
in interfaceSignPdfRequestStream.InfoOrBuilder
- Returns:
- The password.
-
getPasswordBytes
public com.google.protobuf.ByteString getPasswordBytes()string password = 2;
- Specified by:
getPasswordBytes
in interfaceSignPdfRequestStream.InfoOrBuilder
- Returns:
- The bytes for password.
-
setPassword
string password = 2;
- Parameters:
value
- The password to set.- Returns:
- This builder for chaining.
-
clearPassword
string password = 2;
- Returns:
- This builder for chaining.
-
setPasswordBytes
string password = 2;
- Parameters:
value
- The bytes for password to set.- Returns:
- This builder for chaining.
-
hasSignatureDate
public boolean hasSignatureDate()optional .google.protobuf.Timestamp signature_date = 3;
- Specified by:
hasSignatureDate
in interfaceSignPdfRequestStream.InfoOrBuilder
- 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 interfaceSignPdfRequestStream.InfoOrBuilder
- Returns:
- The signatureDate.
-
setSignatureDate
optional .google.protobuf.Timestamp signature_date = 3;
-
setSignatureDate
public SignPdfRequestStream.Info.Builder setSignatureDate(com.google.protobuf.Timestamp.Builder builderForValue) optional .google.protobuf.Timestamp signature_date = 3;
-
mergeSignatureDate
optional .google.protobuf.Timestamp signature_date = 3;
-
clearSignatureDate
optional .google.protobuf.Timestamp signature_date = 3;
-
getSignatureDateBuilder
public com.google.protobuf.Timestamp.Builder getSignatureDateBuilder()optional .google.protobuf.Timestamp signature_date = 3;
-
getSignatureDateOrBuilder
public com.google.protobuf.TimestampOrBuilder getSignatureDateOrBuilder()optional .google.protobuf.Timestamp signature_date = 3;
- Specified by:
getSignatureDateOrBuilder
in interfaceSignPdfRequestStream.InfoOrBuilder
-
hasSigningContact
public boolean hasSigningContact()optional string signing_contact = 4;
- Specified by:
hasSigningContact
in interfaceSignPdfRequestStream.InfoOrBuilder
- Returns:
- Whether the signingContact field is set.
-
getSigningContact
optional string signing_contact = 4;
- Specified by:
getSigningContact
in interfaceSignPdfRequestStream.InfoOrBuilder
- Returns:
- The signingContact.
-
getSigningContactBytes
public com.google.protobuf.ByteString getSigningContactBytes()optional string signing_contact = 4;
- Specified by:
getSigningContactBytes
in interfaceSignPdfRequestStream.InfoOrBuilder
- Returns:
- The bytes for signingContact.
-
setSigningContact
optional string signing_contact = 4;
- Parameters:
value
- The signingContact to set.- Returns:
- This builder for chaining.
-
clearSigningContact
optional string signing_contact = 4;
- Returns:
- This builder for chaining.
-
setSigningContactBytes
public SignPdfRequestStream.Info.Builder setSigningContactBytes(com.google.protobuf.ByteString value) optional string signing_contact = 4;
- Parameters:
value
- The bytes for signingContact to set.- Returns:
- This builder for chaining.
-
hasSigningLocation
public boolean hasSigningLocation()optional string signing_location = 5;
- Specified by:
hasSigningLocation
in interfaceSignPdfRequestStream.InfoOrBuilder
- Returns:
- Whether the signingLocation field is set.
-
getSigningLocation
optional string signing_location = 5;
- Specified by:
getSigningLocation
in interfaceSignPdfRequestStream.InfoOrBuilder
- Returns:
- The signingLocation.
-
getSigningLocationBytes
public com.google.protobuf.ByteString getSigningLocationBytes()optional string signing_location = 5;
- Specified by:
getSigningLocationBytes
in interfaceSignPdfRequestStream.InfoOrBuilder
- Returns:
- The bytes for signingLocation.
-
setSigningLocation
optional string signing_location = 5;
- Parameters:
value
- The signingLocation to set.- Returns:
- This builder for chaining.
-
clearSigningLocation
optional string signing_location = 5;
- Returns:
- This builder for chaining.
-
setSigningLocationBytes
public SignPdfRequestStream.Info.Builder setSigningLocationBytes(com.google.protobuf.ByteString value) optional string signing_location = 5;
- Parameters:
value
- The bytes for signingLocation to set.- Returns:
- This builder for chaining.
-
hasSigningReason
public boolean hasSigningReason()optional string signing_reason = 6;
- Specified by:
hasSigningReason
in interfaceSignPdfRequestStream.InfoOrBuilder
- Returns:
- Whether the signingReason field is set.
-
getSigningReason
optional string signing_reason = 6;
- Specified by:
getSigningReason
in interfaceSignPdfRequestStream.InfoOrBuilder
- Returns:
- The signingReason.
-
getSigningReasonBytes
public com.google.protobuf.ByteString getSigningReasonBytes()optional string signing_reason = 6;
- Specified by:
getSigningReasonBytes
in interfaceSignPdfRequestStream.InfoOrBuilder
- Returns:
- The bytes for signingReason.
-
setSigningReason
optional string signing_reason = 6;
- Parameters:
value
- The signingReason to set.- Returns:
- This builder for chaining.
-
clearSigningReason
optional string signing_reason = 6;
- Returns:
- This builder for chaining.
-
setSigningReasonBytes
public SignPdfRequestStream.Info.Builder setSigningReasonBytes(com.google.protobuf.ByteString value) optional string signing_reason = 6;
- Parameters:
value
- The bytes for signingReason to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final SignPdfRequestStream.Info.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<SignPdfRequestStream.Info.Builder>
-
mergeUnknownFields
public final SignPdfRequestStream.Info.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<SignPdfRequestStream.Info.Builder>
-