Class StringDictionaryP.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<StringDictionaryP.Builder>
-
- com.ironsoftware.ironpdf.internal.proto.StringDictionaryP.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,StringDictionaryPOrBuilder,Cloneable
- Enclosing class:
- StringDictionaryP
public static final class StringDictionaryP.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StringDictionaryP.Builder> implements StringDictionaryPOrBuilder
Protobuf typeironpdfengineproto.StringDictionaryP
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringDictionaryP.BuilderaddAllItems(Iterable<? extends StringDictionaryEntryP> values)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;StringDictionaryP.BuilderaddItems(int index, StringDictionaryEntryP value)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;StringDictionaryP.BuilderaddItems(int index, StringDictionaryEntryP.Builder builderForValue)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;StringDictionaryP.BuilderaddItems(StringDictionaryEntryP value)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;StringDictionaryP.BuilderaddItems(StringDictionaryEntryP.Builder builderForValue)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;StringDictionaryEntryP.BuilderaddItemsBuilder()repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;StringDictionaryEntryP.BuilderaddItemsBuilder(int index)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;StringDictionaryPbuild()StringDictionaryPbuildPartial()StringDictionaryP.Builderclear()StringDictionaryP.BuilderclearItems()repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;StringDictionaryPgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringDictionaryEntryPgetItems(int index)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;StringDictionaryEntryP.BuildergetItemsBuilder(int index)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;List<StringDictionaryEntryP.Builder>getItemsBuilderList()repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;intgetItemsCount()repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;List<StringDictionaryEntryP>getItemsList()repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;StringDictionaryEntryPOrBuildergetItemsOrBuilder(int index)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;List<? extends StringDictionaryEntryPOrBuilder>getItemsOrBuilderList()repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()StringDictionaryP.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)StringDictionaryP.BuildermergeFrom(com.google.protobuf.Message other)StringDictionaryP.BuildermergeFrom(StringDictionaryP other)StringDictionaryP.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)StringDictionaryP.BuilderremoveItems(int index)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;StringDictionaryP.BuildersetItems(int index, StringDictionaryEntryP value)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;StringDictionaryP.BuildersetItems(int index, StringDictionaryEntryP.Builder builderForValue)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;StringDictionaryP.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, 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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<StringDictionaryP.Builder>
-
clear
public StringDictionaryP.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<StringDictionaryP.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<StringDictionaryP.Builder>
-
getDefaultInstanceForType
public StringDictionaryP getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public StringDictionaryP build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public StringDictionaryP buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public StringDictionaryP.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<StringDictionaryP.Builder>
-
mergeFrom
public StringDictionaryP.Builder mergeFrom(StringDictionaryP other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<StringDictionaryP.Builder>
-
mergeFrom
public StringDictionaryP.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<StringDictionaryP.Builder>- Throws:
IOException
-
getItemsList
public List<StringDictionaryEntryP> getItemsList()
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;- Specified by:
getItemsListin interfaceStringDictionaryPOrBuilder
-
getItemsCount
public int getItemsCount()
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;- Specified by:
getItemsCountin interfaceStringDictionaryPOrBuilder
-
getItems
public StringDictionaryEntryP getItems(int index)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;- Specified by:
getItemsin interfaceStringDictionaryPOrBuilder
-
setItems
public StringDictionaryP.Builder setItems(int index, StringDictionaryEntryP value)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-
setItems
public StringDictionaryP.Builder setItems(int index, StringDictionaryEntryP.Builder builderForValue)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-
addItems
public StringDictionaryP.Builder addItems(StringDictionaryEntryP value)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-
addItems
public StringDictionaryP.Builder addItems(int index, StringDictionaryEntryP value)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-
addItems
public StringDictionaryP.Builder addItems(StringDictionaryEntryP.Builder builderForValue)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-
addItems
public StringDictionaryP.Builder addItems(int index, StringDictionaryEntryP.Builder builderForValue)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-
addAllItems
public StringDictionaryP.Builder addAllItems(Iterable<? extends StringDictionaryEntryP> values)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-
clearItems
public StringDictionaryP.Builder clearItems()
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-
removeItems
public StringDictionaryP.Builder removeItems(int index)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-
getItemsBuilder
public StringDictionaryEntryP.Builder getItemsBuilder(int index)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-
getItemsOrBuilder
public StringDictionaryEntryPOrBuilder getItemsOrBuilder(int index)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;- Specified by:
getItemsOrBuilderin interfaceStringDictionaryPOrBuilder
-
getItemsOrBuilderList
public List<? extends StringDictionaryEntryPOrBuilder> getItemsOrBuilderList()
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;- Specified by:
getItemsOrBuilderListin interfaceStringDictionaryPOrBuilder
-
addItemsBuilder
public StringDictionaryEntryP.Builder addItemsBuilder()
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-
addItemsBuilder
public StringDictionaryEntryP.Builder addItemsBuilder(int index)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-
getItemsBuilderList
public List<StringDictionaryEntryP.Builder> getItemsBuilderList()
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-
setUnknownFields
public final StringDictionaryP.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<StringDictionaryP.Builder>
-
mergeUnknownFields
public final StringDictionaryP.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<StringDictionaryP.Builder>
-
-