Class PdfiumPathObjectCollectionP.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPathObjectCollectionP.Builder>
-
- com.ironsoftware.ironpdf.internal.proto.PdfiumPathObjectCollectionP.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,PdfiumPathObjectCollectionPOrBuilder
,Cloneable
- Enclosing class:
- PdfiumPathObjectCollectionP
public static final class PdfiumPathObjectCollectionP.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPathObjectCollectionP.Builder> implements PdfiumPathObjectCollectionPOrBuilder
Protobuf typeironpdfengineproto.PdfiumPathObjectCollectionP
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfiumPathObjectCollectionP.Builder
addAllValue(Iterable<? extends PdfiumPathObjectP> values)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
PdfiumPathObjectCollectionP.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PdfiumPathObjectCollectionP.Builder
addValue(int index, PdfiumPathObjectP value)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
PdfiumPathObjectCollectionP.Builder
addValue(int index, PdfiumPathObjectP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
PdfiumPathObjectCollectionP.Builder
addValue(PdfiumPathObjectP value)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
PdfiumPathObjectCollectionP.Builder
addValue(PdfiumPathObjectP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
PdfiumPathObjectP.Builder
addValueBuilder()
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
PdfiumPathObjectP.Builder
addValueBuilder(int index)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
PdfiumPathObjectCollectionP
build()
PdfiumPathObjectCollectionP
buildPartial()
PdfiumPathObjectCollectionP.Builder
clear()
PdfiumPathObjectCollectionP.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
PdfiumPathObjectCollectionP.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
PdfiumPathObjectCollectionP.Builder
clearValue()
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
PdfiumPathObjectCollectionP.Builder
clone()
PdfiumPathObjectCollectionP
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
PdfiumPathObjectP
getValue(int index)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
PdfiumPathObjectP.Builder
getValueBuilder(int index)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
List<PdfiumPathObjectP.Builder>
getValueBuilderList()
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
int
getValueCount()
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
List<PdfiumPathObjectP>
getValueList()
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
PdfiumPathObjectPOrBuilder
getValueOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
List<? extends PdfiumPathObjectPOrBuilder>
getValueOrBuilderList()
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
PdfiumPathObjectCollectionP.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PdfiumPathObjectCollectionP.Builder
mergeFrom(com.google.protobuf.Message other)
PdfiumPathObjectCollectionP.Builder
mergeFrom(PdfiumPathObjectCollectionP other)
PdfiumPathObjectCollectionP.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PdfiumPathObjectCollectionP.Builder
removeValue(int index)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
PdfiumPathObjectCollectionP.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PdfiumPathObjectCollectionP.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
PdfiumPathObjectCollectionP.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PdfiumPathObjectCollectionP.Builder
setValue(int index, PdfiumPathObjectP value)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
PdfiumPathObjectCollectionP.Builder
setValue(int index, PdfiumPathObjectP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
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<PdfiumPathObjectCollectionP.Builder>
-
clear
public PdfiumPathObjectCollectionP.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<PdfiumPathObjectCollectionP.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<PdfiumPathObjectCollectionP.Builder>
-
getDefaultInstanceForType
public PdfiumPathObjectCollectionP getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public PdfiumPathObjectCollectionP build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PdfiumPathObjectCollectionP buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PdfiumPathObjectCollectionP.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<PdfiumPathObjectCollectionP.Builder>
-
setField
public PdfiumPathObjectCollectionP.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<PdfiumPathObjectCollectionP.Builder>
-
clearField
public PdfiumPathObjectCollectionP.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<PdfiumPathObjectCollectionP.Builder>
-
clearOneof
public PdfiumPathObjectCollectionP.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<PdfiumPathObjectCollectionP.Builder>
-
setRepeatedField
public PdfiumPathObjectCollectionP.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<PdfiumPathObjectCollectionP.Builder>
-
addRepeatedField
public PdfiumPathObjectCollectionP.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<PdfiumPathObjectCollectionP.Builder>
-
mergeFrom
public PdfiumPathObjectCollectionP.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PdfiumPathObjectCollectionP.Builder>
-
mergeFrom
public PdfiumPathObjectCollectionP.Builder mergeFrom(PdfiumPathObjectCollectionP other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPathObjectCollectionP.Builder>
-
mergeFrom
public PdfiumPathObjectCollectionP.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<PdfiumPathObjectCollectionP.Builder>
- Throws:
IOException
-
getValueList
public List<PdfiumPathObjectP> getValueList()
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
- Specified by:
getValueList
in interfacePdfiumPathObjectCollectionPOrBuilder
-
getValueCount
public int getValueCount()
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
- Specified by:
getValueCount
in interfacePdfiumPathObjectCollectionPOrBuilder
-
getValue
public PdfiumPathObjectP getValue(int index)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
- Specified by:
getValue
in interfacePdfiumPathObjectCollectionPOrBuilder
-
setValue
public PdfiumPathObjectCollectionP.Builder setValue(int index, PdfiumPathObjectP value)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
setValue
public PdfiumPathObjectCollectionP.Builder setValue(int index, PdfiumPathObjectP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
addValue
public PdfiumPathObjectCollectionP.Builder addValue(PdfiumPathObjectP value)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
addValue
public PdfiumPathObjectCollectionP.Builder addValue(int index, PdfiumPathObjectP value)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
addValue
public PdfiumPathObjectCollectionP.Builder addValue(PdfiumPathObjectP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
addValue
public PdfiumPathObjectCollectionP.Builder addValue(int index, PdfiumPathObjectP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
addAllValue
public PdfiumPathObjectCollectionP.Builder addAllValue(Iterable<? extends PdfiumPathObjectP> values)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
clearValue
public PdfiumPathObjectCollectionP.Builder clearValue()
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
removeValue
public PdfiumPathObjectCollectionP.Builder removeValue(int index)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
getValueBuilder
public PdfiumPathObjectP.Builder getValueBuilder(int index)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
getValueOrBuilder
public PdfiumPathObjectPOrBuilder getValueOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
- Specified by:
getValueOrBuilder
in interfacePdfiumPathObjectCollectionPOrBuilder
-
getValueOrBuilderList
public List<? extends PdfiumPathObjectPOrBuilder> getValueOrBuilderList()
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
- Specified by:
getValueOrBuilderList
in interfacePdfiumPathObjectCollectionPOrBuilder
-
addValueBuilder
public PdfiumPathObjectP.Builder addValueBuilder()
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
addValueBuilder
public PdfiumPathObjectP.Builder addValueBuilder(int index)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
getValueBuilderList
public List<PdfiumPathObjectP.Builder> getValueBuilderList()
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
setUnknownFields
public final PdfiumPathObjectCollectionP.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPathObjectCollectionP.Builder>
-
mergeUnknownFields
public final PdfiumPathObjectCollectionP.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPathObjectCollectionP.Builder>
-
-