public static final class PdfiumPdfAttachmentCollectionP.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAttachmentCollectionP.Builder> implements PdfiumPdfAttachmentCollectionPOrBuilder
ironpdfengineproto.PdfiumPdfAttachmentCollectionP| Modifier and Type | Method and Description |
|---|---|
PdfiumPdfAttachmentCollectionP.Builder |
addAllNames(Iterable<String> values)
repeated string names = 1; |
PdfiumPdfAttachmentCollectionP.Builder |
addNames(String value)
repeated string names = 1; |
PdfiumPdfAttachmentCollectionP.Builder |
addNamesBytes(com.google.protobuf.ByteString value)
repeated string names = 1; |
PdfiumPdfAttachmentCollectionP.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PdfiumPdfAttachmentCollectionP |
build() |
PdfiumPdfAttachmentCollectionP |
buildPartial() |
PdfiumPdfAttachmentCollectionP.Builder |
clear() |
PdfiumPdfAttachmentCollectionP.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PdfiumPdfAttachmentCollectionP.Builder |
clearNames()
repeated string names = 1; |
PdfiumPdfAttachmentCollectionP.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PdfiumPdfAttachmentCollectionP.Builder |
clone() |
PdfiumPdfAttachmentCollectionP |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getNames(int index)
repeated string names = 1; |
com.google.protobuf.ByteString |
getNamesBytes(int index)
repeated string names = 1; |
int |
getNamesCount()
repeated string names = 1; |
com.google.protobuf.ProtocolStringList |
getNamesList()
repeated string names = 1; |
boolean |
isInitialized() |
PdfiumPdfAttachmentCollectionP.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PdfiumPdfAttachmentCollectionP.Builder |
mergeFrom(com.google.protobuf.Message other) |
PdfiumPdfAttachmentCollectionP.Builder |
mergeFrom(PdfiumPdfAttachmentCollectionP other) |
PdfiumPdfAttachmentCollectionP.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PdfiumPdfAttachmentCollectionP.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PdfiumPdfAttachmentCollectionP.Builder |
setNames(int index,
String value)
repeated string names = 1; |
PdfiumPdfAttachmentCollectionP.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PdfiumPdfAttachmentCollectionP.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForFieldfindInitializationErrors, getInitializationErrorString, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toStringmergeDelimitedFrom, mergeDelimitedFromequals, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public PdfiumPdfAttachmentCollectionP.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAttachmentCollectionP.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAttachmentCollectionP.Builder>public PdfiumPdfAttachmentCollectionP getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PdfiumPdfAttachmentCollectionP build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PdfiumPdfAttachmentCollectionP buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic PdfiumPdfAttachmentCollectionP.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAttachmentCollectionP.Builder>public PdfiumPdfAttachmentCollectionP.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAttachmentCollectionP.Builder>public PdfiumPdfAttachmentCollectionP.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAttachmentCollectionP.Builder>public PdfiumPdfAttachmentCollectionP.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAttachmentCollectionP.Builder>public PdfiumPdfAttachmentCollectionP.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAttachmentCollectionP.Builder>public PdfiumPdfAttachmentCollectionP.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAttachmentCollectionP.Builder>public PdfiumPdfAttachmentCollectionP.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PdfiumPdfAttachmentCollectionP.Builder>public PdfiumPdfAttachmentCollectionP.Builder mergeFrom(PdfiumPdfAttachmentCollectionP other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAttachmentCollectionP.Builder>public PdfiumPdfAttachmentCollectionP.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PdfiumPdfAttachmentCollectionP.Builder>IOExceptionpublic com.google.protobuf.ProtocolStringList getNamesList()
repeated string names = 1;getNamesList in interface PdfiumPdfAttachmentCollectionPOrBuilderpublic int getNamesCount()
repeated string names = 1;getNamesCount in interface PdfiumPdfAttachmentCollectionPOrBuilderpublic String getNames(int index)
repeated string names = 1;getNames in interface PdfiumPdfAttachmentCollectionPOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getNamesBytes(int index)
repeated string names = 1;getNamesBytes in interface PdfiumPdfAttachmentCollectionPOrBuilderindex - The index of the value to return.public PdfiumPdfAttachmentCollectionP.Builder setNames(int index, String value)
repeated string names = 1;index - The index to set the value at.value - The names to set.public PdfiumPdfAttachmentCollectionP.Builder addNames(String value)
repeated string names = 1;value - The names to add.public PdfiumPdfAttachmentCollectionP.Builder addAllNames(Iterable<String> values)
repeated string names = 1;values - The names to add.public PdfiumPdfAttachmentCollectionP.Builder clearNames()
repeated string names = 1;public PdfiumPdfAttachmentCollectionP.Builder addNamesBytes(com.google.protobuf.ByteString value)
repeated string names = 1;value - The bytes of the names to add.public final PdfiumPdfAttachmentCollectionP.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAttachmentCollectionP.Builder>public final PdfiumPdfAttachmentCollectionP.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPdfAttachmentCollectionP.Builder>Copyright © 2022–2024 Iron Software. All rights reserved.