public static final class StringDictionary.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StringDictionary.Builder> implements StringDictionaryOrBuilder
IronPdfEngine.Proto.StringDictionary| Modifier and Type | Method and Description |
|---|---|
StringDictionary.Builder |
addAllItems(Iterable<? extends StringDictionaryEntry> values)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1; |
StringDictionary.Builder |
addItems(int index,
StringDictionaryEntry.Builder builderForValue)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1; |
StringDictionary.Builder |
addItems(int index,
StringDictionaryEntry value)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1; |
StringDictionary.Builder |
addItems(StringDictionaryEntry.Builder builderForValue)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1; |
StringDictionary.Builder |
addItems(StringDictionaryEntry value)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1; |
StringDictionaryEntry.Builder |
addItemsBuilder()
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1; |
StringDictionaryEntry.Builder |
addItemsBuilder(int index)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1; |
StringDictionary.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StringDictionary |
build() |
StringDictionary |
buildPartial() |
StringDictionary.Builder |
clear() |
StringDictionary.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StringDictionary.Builder |
clearItems()
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1; |
StringDictionary.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StringDictionary.Builder |
clone() |
StringDictionary |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
StringDictionaryEntry |
getItems(int index)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1; |
StringDictionaryEntry.Builder |
getItemsBuilder(int index)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1; |
List<StringDictionaryEntry.Builder> |
getItemsBuilderList()
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1; |
int |
getItemsCount()
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1; |
List<StringDictionaryEntry> |
getItemsList()
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1; |
StringDictionaryEntryOrBuilder |
getItemsOrBuilder(int index)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1; |
List<? extends StringDictionaryEntryOrBuilder> |
getItemsOrBuilderList()
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
StringDictionary.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StringDictionary.Builder |
mergeFrom(com.google.protobuf.Message other) |
StringDictionary.Builder |
mergeFrom(StringDictionary other) |
StringDictionary.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StringDictionary.Builder |
removeItems(int index)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1; |
StringDictionary.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StringDictionary.Builder |
setItems(int index,
StringDictionaryEntry.Builder builderForValue)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1; |
StringDictionary.Builder |
setItems(int index,
StringDictionaryEntry value)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1; |
StringDictionary.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
StringDictionary.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<StringDictionary.Builder>public StringDictionary.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<StringDictionary.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<StringDictionary.Builder>public StringDictionary getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic StringDictionary build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic StringDictionary buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic StringDictionary.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<StringDictionary.Builder>public StringDictionary.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<StringDictionary.Builder>public StringDictionary.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<StringDictionary.Builder>public StringDictionary.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<StringDictionary.Builder>public StringDictionary.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<StringDictionary.Builder>public StringDictionary.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<StringDictionary.Builder>public StringDictionary.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StringDictionary.Builder>public StringDictionary.Builder mergeFrom(StringDictionary other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<StringDictionary.Builder>public StringDictionary.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<StringDictionary.Builder>IOExceptionpublic List<StringDictionaryEntry> getItemsList()
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;getItemsList in interface StringDictionaryOrBuilderpublic int getItemsCount()
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;getItemsCount in interface StringDictionaryOrBuilderpublic StringDictionaryEntry getItems(int index)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;getItems in interface StringDictionaryOrBuilderpublic StringDictionary.Builder setItems(int index, StringDictionaryEntry value)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;public StringDictionary.Builder setItems(int index, StringDictionaryEntry.Builder builderForValue)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;public StringDictionary.Builder addItems(StringDictionaryEntry value)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;public StringDictionary.Builder addItems(int index, StringDictionaryEntry value)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;public StringDictionary.Builder addItems(StringDictionaryEntry.Builder builderForValue)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;public StringDictionary.Builder addItems(int index, StringDictionaryEntry.Builder builderForValue)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;public StringDictionary.Builder addAllItems(Iterable<? extends StringDictionaryEntry> values)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;public StringDictionary.Builder clearItems()
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;public StringDictionary.Builder removeItems(int index)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;public StringDictionaryEntry.Builder getItemsBuilder(int index)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;public StringDictionaryEntryOrBuilder getItemsOrBuilder(int index)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;getItemsOrBuilder in interface StringDictionaryOrBuilderpublic List<? extends StringDictionaryEntryOrBuilder> getItemsOrBuilderList()
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;getItemsOrBuilderList in interface StringDictionaryOrBuilderpublic StringDictionaryEntry.Builder addItemsBuilder()
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;public StringDictionaryEntry.Builder addItemsBuilder(int index)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;public List<StringDictionaryEntry.Builder> getItemsBuilderList()
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;public final StringDictionary.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StringDictionary.Builder>public final StringDictionary.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StringDictionary.Builder>Copyright © 2022–2023 Iron Software. All rights reserved.