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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumGetPdfAttachmentDataResultStreamP.Builder>
-
clear
public PdfiumGetPdfAttachmentDataResultStreamP.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumGetPdfAttachmentDataResultStreamP.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumGetPdfAttachmentDataResultStreamP.Builder>
-
getDefaultInstanceForType
public PdfiumGetPdfAttachmentDataResultStreamP getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public PdfiumGetPdfAttachmentDataResultStreamP build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PdfiumGetPdfAttachmentDataResultStreamP buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public PdfiumGetPdfAttachmentDataResultStreamP.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PdfiumGetPdfAttachmentDataResultStreamP.Builder>
-
mergeFrom
public PdfiumGetPdfAttachmentDataResultStreamP.Builder mergeFrom(PdfiumGetPdfAttachmentDataResultStreamP other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin 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:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PdfiumGetPdfAttachmentDataResultStreamP.Builder>- Throws:
IOException
-
getResultOrExceptionCase
public PdfiumGetPdfAttachmentDataResultStreamP.ResultOrExceptionCase getResultOrExceptionCase()
- Specified by:
getResultOrExceptionCasein interfacePdfiumGetPdfAttachmentDataResultStreamPOrBuilder
-
clearResultOrException
public PdfiumGetPdfAttachmentDataResultStreamP.Builder clearResultOrException()
-
hasResultChunk
public boolean hasResultChunk()
bytes result_chunk = 1;- Specified by:
hasResultChunkin interfacePdfiumGetPdfAttachmentDataResultStreamPOrBuilder- Returns:
- Whether the resultChunk field is set.
-
getResultChunk
public com.google.protobuf.ByteString getResultChunk()
bytes result_chunk = 1;- Specified by:
getResultChunkin 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:
hasExceptionin interfacePdfiumGetPdfAttachmentDataResultStreamPOrBuilder- Returns:
- Whether the exception field is set.
-
getException
public RemoteExceptionP getException()
.ironpdfengineproto.RemoteExceptionP exception = 2;- Specified by:
getExceptionin 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:
getExceptionOrBuilderin interfacePdfiumGetPdfAttachmentDataResultStreamPOrBuilder
-
setUnknownFields
public final PdfiumGetPdfAttachmentDataResultStreamP.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumGetPdfAttachmentDataResultStreamP.Builder>
-
mergeUnknownFields
public final PdfiumGetPdfAttachmentDataResultStreamP.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumGetPdfAttachmentDataResultStreamP.Builder>
-
-