Class PdfiumPageCollectionP.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageCollectionP.Builder>
-
- com.ironsoftware.ironpdf.internal.proto.PdfiumPageCollectionP.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,PdfiumPageCollectionPOrBuilder
,Cloneable
- Enclosing class:
- PdfiumPageCollectionP
public static final class PdfiumPageCollectionP.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageCollectionP.Builder> implements PdfiumPageCollectionPOrBuilder
Protobuf typeironpdfengineproto.PdfiumPageCollectionP
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfiumPageCollectionP.Builder
addAllPages(Iterable<? extends PdfiumPageP> values)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
PdfiumPageCollectionP.Builder
addPages(int index, PdfiumPageP value)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
PdfiumPageCollectionP.Builder
addPages(int index, PdfiumPageP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
PdfiumPageCollectionP.Builder
addPages(PdfiumPageP value)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
PdfiumPageCollectionP.Builder
addPages(PdfiumPageP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
PdfiumPageP.Builder
addPagesBuilder()
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
PdfiumPageP.Builder
addPagesBuilder(int index)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
PdfiumPageCollectionP.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PdfiumPageCollectionP
build()
PdfiumPageCollectionP
buildPartial()
PdfiumPageCollectionP.Builder
clear()
PdfiumPageCollectionP.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
PdfiumPageCollectionP.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
PdfiumPageCollectionP.Builder
clearPages()
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
PdfiumPageCollectionP.Builder
clone()
PdfiumPageCollectionP
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
PdfiumPageP
getPages(int index)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
PdfiumPageP.Builder
getPagesBuilder(int index)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
List<PdfiumPageP.Builder>
getPagesBuilderList()
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
int
getPagesCount()
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
List<PdfiumPageP>
getPagesList()
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
PdfiumPagePOrBuilder
getPagesOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
List<? extends PdfiumPagePOrBuilder>
getPagesOrBuilderList()
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
PdfiumPageCollectionP.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PdfiumPageCollectionP.Builder
mergeFrom(com.google.protobuf.Message other)
PdfiumPageCollectionP.Builder
mergeFrom(PdfiumPageCollectionP other)
PdfiumPageCollectionP.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PdfiumPageCollectionP.Builder
removePages(int index)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
PdfiumPageCollectionP.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PdfiumPageCollectionP.Builder
setPages(int index, PdfiumPageP value)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
PdfiumPageCollectionP.Builder
setPages(int index, PdfiumPageP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
PdfiumPageCollectionP.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
PdfiumPageCollectionP.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<PdfiumPageCollectionP.Builder>
-
clear
public PdfiumPageCollectionP.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<PdfiumPageCollectionP.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<PdfiumPageCollectionP.Builder>
-
getDefaultInstanceForType
public PdfiumPageCollectionP getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public PdfiumPageCollectionP build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PdfiumPageCollectionP buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PdfiumPageCollectionP.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<PdfiumPageCollectionP.Builder>
-
setField
public PdfiumPageCollectionP.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<PdfiumPageCollectionP.Builder>
-
clearField
public PdfiumPageCollectionP.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<PdfiumPageCollectionP.Builder>
-
clearOneof
public PdfiumPageCollectionP.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<PdfiumPageCollectionP.Builder>
-
setRepeatedField
public PdfiumPageCollectionP.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<PdfiumPageCollectionP.Builder>
-
addRepeatedField
public PdfiumPageCollectionP.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<PdfiumPageCollectionP.Builder>
-
mergeFrom
public PdfiumPageCollectionP.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PdfiumPageCollectionP.Builder>
-
mergeFrom
public PdfiumPageCollectionP.Builder mergeFrom(PdfiumPageCollectionP other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageCollectionP.Builder>
-
mergeFrom
public PdfiumPageCollectionP.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<PdfiumPageCollectionP.Builder>
- Throws:
IOException
-
getPagesList
public List<PdfiumPageP> getPagesList()
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
- Specified by:
getPagesList
in interfacePdfiumPageCollectionPOrBuilder
-
getPagesCount
public int getPagesCount()
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
- Specified by:
getPagesCount
in interfacePdfiumPageCollectionPOrBuilder
-
getPages
public PdfiumPageP getPages(int index)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
- Specified by:
getPages
in interfacePdfiumPageCollectionPOrBuilder
-
setPages
public PdfiumPageCollectionP.Builder setPages(int index, PdfiumPageP value)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
-
setPages
public PdfiumPageCollectionP.Builder setPages(int index, PdfiumPageP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
-
addPages
public PdfiumPageCollectionP.Builder addPages(PdfiumPageP value)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
-
addPages
public PdfiumPageCollectionP.Builder addPages(int index, PdfiumPageP value)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
-
addPages
public PdfiumPageCollectionP.Builder addPages(PdfiumPageP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
-
addPages
public PdfiumPageCollectionP.Builder addPages(int index, PdfiumPageP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
-
addAllPages
public PdfiumPageCollectionP.Builder addAllPages(Iterable<? extends PdfiumPageP> values)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
-
clearPages
public PdfiumPageCollectionP.Builder clearPages()
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
-
removePages
public PdfiumPageCollectionP.Builder removePages(int index)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
-
getPagesBuilder
public PdfiumPageP.Builder getPagesBuilder(int index)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
-
getPagesOrBuilder
public PdfiumPagePOrBuilder getPagesOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
- Specified by:
getPagesOrBuilder
in interfacePdfiumPageCollectionPOrBuilder
-
getPagesOrBuilderList
public List<? extends PdfiumPagePOrBuilder> getPagesOrBuilderList()
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
- Specified by:
getPagesOrBuilderList
in interfacePdfiumPageCollectionPOrBuilder
-
addPagesBuilder
public PdfiumPageP.Builder addPagesBuilder()
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
-
addPagesBuilder
public PdfiumPageP.Builder addPagesBuilder(int index)
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
-
getPagesBuilderList
public List<PdfiumPageP.Builder> getPagesBuilderList()
repeated .ironpdfengineproto.PdfiumPageP pages = 1;
-
setUnknownFields
public final PdfiumPageCollectionP.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageCollectionP.Builder>
-
mergeUnknownFields
public final PdfiumPageCollectionP.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageCollectionP.Builder>
-
-