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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<StringDictionary.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<StringDictionary.Builder>
public StringDictionary getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public StringDictionary build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public StringDictionary buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public StringDictionary.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
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.Builder
setField
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.Builder
clearField
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.Builder
clearOneof
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.Builder
setRepeatedField
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.Builder
addRepeatedField
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.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<StringDictionary.Builder>
IOException
public List<StringDictionaryEntry> getItemsList()
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
getItemsList
in interface StringDictionaryOrBuilder
public int getItemsCount()
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
getItemsCount
in interface StringDictionaryOrBuilder
public StringDictionaryEntry getItems(int index)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
getItems
in interface StringDictionaryOrBuilder
public 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 StringDictionaryOrBuilder
public List<? extends StringDictionaryEntryOrBuilder> getItemsOrBuilderList()
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
getItemsOrBuilderList
in interface StringDictionaryOrBuilder
public 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.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<StringDictionary.Builder>
Copyright © 2022–2023 Iron Software. All rights reserved.