Class ScanPdfRequestStreamP.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ScanPdfRequestStreamP.Builder>
-
- com.ironsoftware.ironpdf.internal.proto.ScanPdfRequestStreamP.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,ScanPdfRequestStreamPOrBuilder
,Cloneable
- Enclosing class:
- ScanPdfRequestStreamP
public static final class ScanPdfRequestStreamP.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ScanPdfRequestStreamP.Builder> implements ScanPdfRequestStreamPOrBuilder
Protobuf typeironpdfengineproto.ScanPdfRequestStreamP
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ScanPdfRequestStreamP.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ScanPdfRequestStreamP
build()
ScanPdfRequestStreamP
buildPartial()
ScanPdfRequestStreamP.Builder
clear()
ScanPdfRequestStreamP.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ScanPdfRequestStreamP.Builder
clearInfo()
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
ScanPdfRequestStreamP.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ScanPdfRequestStreamP.Builder
clearRawTextFileChunk()
.ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
ScanPdfRequestStreamP.Builder
clearRequest()
ScanPdfRequestStreamP.Builder
clone()
ScanPdfRequestStreamP
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
ScanPdfRequestStreamP.InfoP
getInfo()
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
ScanPdfRequestStreamP.InfoP.Builder
getInfoBuilder()
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
ScanPdfRequestStreamP.InfoPOrBuilder
getInfoOrBuilder()
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
TextFileChunkWithIndexP
getRawTextFileChunk()
.ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
TextFileChunkWithIndexP.Builder
getRawTextFileChunkBuilder()
.ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
TextFileChunkWithIndexPOrBuilder
getRawTextFileChunkOrBuilder()
.ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
ScanPdfRequestStreamP.RequestCase
getRequestCase()
boolean
hasInfo()
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
boolean
hasRawTextFileChunk()
.ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ScanPdfRequestStreamP.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ScanPdfRequestStreamP.Builder
mergeFrom(com.google.protobuf.Message other)
ScanPdfRequestStreamP.Builder
mergeFrom(ScanPdfRequestStreamP other)
ScanPdfRequestStreamP.Builder
mergeInfo(ScanPdfRequestStreamP.InfoP value)
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
ScanPdfRequestStreamP.Builder
mergeRawTextFileChunk(TextFileChunkWithIndexP value)
.ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
ScanPdfRequestStreamP.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ScanPdfRequestStreamP.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ScanPdfRequestStreamP.Builder
setInfo(ScanPdfRequestStreamP.InfoP value)
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
ScanPdfRequestStreamP.Builder
setInfo(ScanPdfRequestStreamP.InfoP.Builder builderForValue)
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
ScanPdfRequestStreamP.Builder
setRawTextFileChunk(TextFileChunkWithIndexP value)
.ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
ScanPdfRequestStreamP.Builder
setRawTextFileChunk(TextFileChunkWithIndexP.Builder builderForValue)
.ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
ScanPdfRequestStreamP.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ScanPdfRequestStreamP.Builder
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
-
-
-
-
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<ScanPdfRequestStreamP.Builder>
-
clear
public ScanPdfRequestStreamP.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<ScanPdfRequestStreamP.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<ScanPdfRequestStreamP.Builder>
-
getDefaultInstanceForType
public ScanPdfRequestStreamP getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ScanPdfRequestStreamP build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ScanPdfRequestStreamP buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ScanPdfRequestStreamP.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<ScanPdfRequestStreamP.Builder>
-
setField
public ScanPdfRequestStreamP.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<ScanPdfRequestStreamP.Builder>
-
clearField
public ScanPdfRequestStreamP.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<ScanPdfRequestStreamP.Builder>
-
clearOneof
public ScanPdfRequestStreamP.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<ScanPdfRequestStreamP.Builder>
-
setRepeatedField
public ScanPdfRequestStreamP.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<ScanPdfRequestStreamP.Builder>
-
addRepeatedField
public ScanPdfRequestStreamP.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<ScanPdfRequestStreamP.Builder>
-
mergeFrom
public ScanPdfRequestStreamP.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ScanPdfRequestStreamP.Builder>
-
mergeFrom
public ScanPdfRequestStreamP.Builder mergeFrom(ScanPdfRequestStreamP other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ScanPdfRequestStreamP.Builder>
-
mergeFrom
public ScanPdfRequestStreamP.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<ScanPdfRequestStreamP.Builder>
- Throws:
IOException
-
getRequestCase
public ScanPdfRequestStreamP.RequestCase getRequestCase()
- Specified by:
getRequestCase
in interfaceScanPdfRequestStreamPOrBuilder
-
clearRequest
public ScanPdfRequestStreamP.Builder clearRequest()
-
hasInfo
public boolean hasInfo()
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
- Specified by:
hasInfo
in interfaceScanPdfRequestStreamPOrBuilder
- Returns:
- Whether the info field is set.
-
getInfo
public ScanPdfRequestStreamP.InfoP getInfo()
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
- Specified by:
getInfo
in interfaceScanPdfRequestStreamPOrBuilder
- Returns:
- The info.
-
setInfo
public ScanPdfRequestStreamP.Builder setInfo(ScanPdfRequestStreamP.InfoP value)
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
-
setInfo
public ScanPdfRequestStreamP.Builder setInfo(ScanPdfRequestStreamP.InfoP.Builder builderForValue)
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
-
mergeInfo
public ScanPdfRequestStreamP.Builder mergeInfo(ScanPdfRequestStreamP.InfoP value)
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
-
clearInfo
public ScanPdfRequestStreamP.Builder clearInfo()
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
-
getInfoBuilder
public ScanPdfRequestStreamP.InfoP.Builder getInfoBuilder()
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
-
getInfoOrBuilder
public ScanPdfRequestStreamP.InfoPOrBuilder getInfoOrBuilder()
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
- Specified by:
getInfoOrBuilder
in interfaceScanPdfRequestStreamPOrBuilder
-
hasRawTextFileChunk
public boolean hasRawTextFileChunk()
.ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
- Specified by:
hasRawTextFileChunk
in interfaceScanPdfRequestStreamPOrBuilder
- Returns:
- Whether the rawTextFileChunk field is set.
-
getRawTextFileChunk
public TextFileChunkWithIndexP getRawTextFileChunk()
.ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
- Specified by:
getRawTextFileChunk
in interfaceScanPdfRequestStreamPOrBuilder
- Returns:
- The rawTextFileChunk.
-
setRawTextFileChunk
public ScanPdfRequestStreamP.Builder setRawTextFileChunk(TextFileChunkWithIndexP value)
.ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
-
setRawTextFileChunk
public ScanPdfRequestStreamP.Builder setRawTextFileChunk(TextFileChunkWithIndexP.Builder builderForValue)
.ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
-
mergeRawTextFileChunk
public ScanPdfRequestStreamP.Builder mergeRawTextFileChunk(TextFileChunkWithIndexP value)
.ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
-
clearRawTextFileChunk
public ScanPdfRequestStreamP.Builder clearRawTextFileChunk()
.ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
-
getRawTextFileChunkBuilder
public TextFileChunkWithIndexP.Builder getRawTextFileChunkBuilder()
.ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
-
getRawTextFileChunkOrBuilder
public TextFileChunkWithIndexPOrBuilder getRawTextFileChunkOrBuilder()
.ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
- Specified by:
getRawTextFileChunkOrBuilder
in interfaceScanPdfRequestStreamPOrBuilder
-
setUnknownFields
public final ScanPdfRequestStreamP.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ScanPdfRequestStreamP.Builder>
-
mergeUnknownFields
public final ScanPdfRequestStreamP.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ScanPdfRequestStreamP.Builder>
-
-