Class PdfiumGetPdfAttachmentDataResultStreamP.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PdfiumGetPdfAttachmentDataResultStreamP.Builder>
-
- com.ironsoftware.ironpdf.internal.proto.PdfiumGetPdfAttachmentDataResultStreamP.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,PdfiumGetPdfAttachmentDataResultStreamPOrBuilder
,Cloneable
- Enclosing class:
- PdfiumGetPdfAttachmentDataResultStreamP
public static final class PdfiumGetPdfAttachmentDataResultStreamP.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PdfiumGetPdfAttachmentDataResultStreamP.Builder> implements PdfiumGetPdfAttachmentDataResultStreamPOrBuilder
Protobuf typeironpdfengineproto.PdfiumGetPdfAttachmentDataResultStreamP
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, 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
-
-
-
-
Method Detail
-
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<PdfiumGetPdfAttachmentDataResultStreamP.Builder>
-
clear
public PdfiumGetPdfAttachmentDataResultStreamP.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<PdfiumGetPdfAttachmentDataResultStreamP.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<PdfiumGetPdfAttachmentDataResultStreamP.Builder>
-
getDefaultInstanceForType
public PdfiumGetPdfAttachmentDataResultStreamP getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public PdfiumGetPdfAttachmentDataResultStreamP build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PdfiumGetPdfAttachmentDataResultStreamP buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public PdfiumGetPdfAttachmentDataResultStreamP.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PdfiumGetPdfAttachmentDataResultStreamP.Builder>
-
mergeFrom
public PdfiumGetPdfAttachmentDataResultStreamP.Builder mergeFrom(PdfiumGetPdfAttachmentDataResultStreamP other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumGetPdfAttachmentDataResultStreamP.Builder>
-
mergeFrom
public PdfiumGetPdfAttachmentDataResultStreamP.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<PdfiumGetPdfAttachmentDataResultStreamP.Builder>
- Throws:
IOException
-
getResultOrExceptionCase
public PdfiumGetPdfAttachmentDataResultStreamP.ResultOrExceptionCase getResultOrExceptionCase()
- Specified by:
getResultOrExceptionCase
in interfacePdfiumGetPdfAttachmentDataResultStreamPOrBuilder
-
clearResultOrException
public PdfiumGetPdfAttachmentDataResultStreamP.Builder clearResultOrException()
-
hasResultChunk
public boolean hasResultChunk()
bytes result_chunk = 1;
- Specified by:
hasResultChunk
in interfacePdfiumGetPdfAttachmentDataResultStreamPOrBuilder
- Returns:
- Whether the resultChunk field is set.
-
getResultChunk
public com.google.protobuf.ByteString getResultChunk()
bytes result_chunk = 1;
- Specified by:
getResultChunk
in interfacePdfiumGetPdfAttachmentDataResultStreamPOrBuilder
- Returns:
- The resultChunk.
-
setResultChunk
public PdfiumGetPdfAttachmentDataResultStreamP.Builder setResultChunk(com.google.protobuf.ByteString value)
bytes result_chunk = 1;
- Parameters:
value
- The resultChunk to set.- Returns:
- This builder for chaining.
-
clearResultChunk
public PdfiumGetPdfAttachmentDataResultStreamP.Builder clearResultChunk()
bytes result_chunk = 1;
- Returns:
- This builder for chaining.
-
hasException
public boolean hasException()
.ironpdfengineproto.RemoteExceptionP exception = 2;
- Specified by:
hasException
in interfacePdfiumGetPdfAttachmentDataResultStreamPOrBuilder
- Returns:
- Whether the exception field is set.
-
getException
public RemoteExceptionP getException()
.ironpdfengineproto.RemoteExceptionP exception = 2;
- Specified by:
getException
in interfacePdfiumGetPdfAttachmentDataResultStreamPOrBuilder
- Returns:
- The exception.
-
setException
public PdfiumGetPdfAttachmentDataResultStreamP.Builder setException(RemoteExceptionP value)
.ironpdfengineproto.RemoteExceptionP exception = 2;
-
setException
public PdfiumGetPdfAttachmentDataResultStreamP.Builder setException(RemoteExceptionP.Builder builderForValue)
.ironpdfengineproto.RemoteExceptionP exception = 2;
-
mergeException
public PdfiumGetPdfAttachmentDataResultStreamP.Builder mergeException(RemoteExceptionP value)
.ironpdfengineproto.RemoteExceptionP exception = 2;
-
clearException
public PdfiumGetPdfAttachmentDataResultStreamP.Builder clearException()
.ironpdfengineproto.RemoteExceptionP exception = 2;
-
getExceptionBuilder
public RemoteExceptionP.Builder getExceptionBuilder()
.ironpdfengineproto.RemoteExceptionP exception = 2;
-
getExceptionOrBuilder
public RemoteExceptionPOrBuilder getExceptionOrBuilder()
.ironpdfengineproto.RemoteExceptionP exception = 2;
- Specified by:
getExceptionOrBuilder
in interfacePdfiumGetPdfAttachmentDataResultStreamPOrBuilder
-
setUnknownFields
public final PdfiumGetPdfAttachmentDataResultStreamP.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumGetPdfAttachmentDataResultStreamP.Builder>
-
mergeUnknownFields
public final PdfiumGetPdfAttachmentDataResultStreamP.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumGetPdfAttachmentDataResultStreamP.Builder>
-
-