public static final class PrefsProto.StringArrayMapEntry.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PrefsProto.StringArrayMapEntry.Builder> implements PrefsProto.StringArrayMapEntryOrBuilder
de.huxhorn.lilith.prefs.StringArrayMapEntry| Modifier and Type | Method and Description |
|---|---|
PrefsProto.StringArrayMapEntry.Builder |
addAllValue(java.lang.Iterable<? extends PrefsProto.StringArrayValue> values)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2; |
PrefsProto.StringArrayMapEntry.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
PrefsProto.StringArrayMapEntry.Builder |
addValue(int index,
PrefsProto.StringArrayValue.Builder builderForValue)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2; |
PrefsProto.StringArrayMapEntry.Builder |
addValue(int index,
PrefsProto.StringArrayValue value)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2; |
PrefsProto.StringArrayMapEntry.Builder |
addValue(PrefsProto.StringArrayValue.Builder builderForValue)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2; |
PrefsProto.StringArrayMapEntry.Builder |
addValue(PrefsProto.StringArrayValue value)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2; |
PrefsProto.StringArrayValue.Builder |
addValueBuilder()
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2; |
PrefsProto.StringArrayValue.Builder |
addValueBuilder(int index)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2; |
PrefsProto.StringArrayMapEntry |
build() |
PrefsProto.StringArrayMapEntry |
buildPartial() |
PrefsProto.StringArrayMapEntry.Builder |
clear() |
PrefsProto.StringArrayMapEntry.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PrefsProto.StringArrayMapEntry.Builder |
clearKey()
required string key = 1; |
PrefsProto.StringArrayMapEntry.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PrefsProto.StringArrayMapEntry.Builder |
clearValue()
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2; |
PrefsProto.StringArrayMapEntry.Builder |
clone() |
PrefsProto.StringArrayMapEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getKey()
required string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
required string key = 1; |
PrefsProto.StringArrayValue |
getValue(int index)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2; |
PrefsProto.StringArrayValue.Builder |
getValueBuilder(int index)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2; |
java.util.List<PrefsProto.StringArrayValue.Builder> |
getValueBuilderList()
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2; |
int |
getValueCount()
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2; |
java.util.List<PrefsProto.StringArrayValue> |
getValueList()
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2; |
PrefsProto.StringArrayValueOrBuilder |
getValueOrBuilder(int index)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2; |
java.util.List<? extends PrefsProto.StringArrayValueOrBuilder> |
getValueOrBuilderList()
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2; |
boolean |
hasKey()
required string key = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PrefsProto.StringArrayMapEntry.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PrefsProto.StringArrayMapEntry.Builder |
mergeFrom(com.google.protobuf.Message other) |
PrefsProto.StringArrayMapEntry.Builder |
mergeFrom(PrefsProto.StringArrayMapEntry other) |
PrefsProto.StringArrayMapEntry.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PrefsProto.StringArrayMapEntry.Builder |
removeValue(int index)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2; |
PrefsProto.StringArrayMapEntry.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
PrefsProto.StringArrayMapEntry.Builder |
setKey(java.lang.String value)
required string key = 1; |
PrefsProto.StringArrayMapEntry.Builder |
setKeyBytes(com.google.protobuf.ByteString value)
required string key = 1; |
PrefsProto.StringArrayMapEntry.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
PrefsProto.StringArrayMapEntry.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PrefsProto.StringArrayMapEntry.Builder |
setValue(int index,
PrefsProto.StringArrayValue.Builder builderForValue)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2; |
PrefsProto.StringArrayMapEntry.Builder |
setValue(int index,
PrefsProto.StringArrayValue value)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PrefsProto.StringArrayMapEntry.Builder>public PrefsProto.StringArrayMapEntry.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<PrefsProto.StringArrayMapEntry.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<PrefsProto.StringArrayMapEntry.Builder>public PrefsProto.StringArrayMapEntry getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PrefsProto.StringArrayMapEntry build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PrefsProto.StringArrayMapEntry buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic PrefsProto.StringArrayMapEntry.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<PrefsProto.StringArrayMapEntry.Builder>public PrefsProto.StringArrayMapEntry.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<PrefsProto.StringArrayMapEntry.Builder>public PrefsProto.StringArrayMapEntry.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<PrefsProto.StringArrayMapEntry.Builder>public PrefsProto.StringArrayMapEntry.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<PrefsProto.StringArrayMapEntry.Builder>public PrefsProto.StringArrayMapEntry.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PrefsProto.StringArrayMapEntry.Builder>public PrefsProto.StringArrayMapEntry.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PrefsProto.StringArrayMapEntry.Builder>public PrefsProto.StringArrayMapEntry.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PrefsProto.StringArrayMapEntry.Builder>public PrefsProto.StringArrayMapEntry.Builder mergeFrom(PrefsProto.StringArrayMapEntry other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PrefsProto.StringArrayMapEntry.Builder>public PrefsProto.StringArrayMapEntry.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PrefsProto.StringArrayMapEntry.Builder>java.io.IOExceptionpublic boolean hasKey()
required string key = 1;hasKey in interface PrefsProto.StringArrayMapEntryOrBuilderpublic java.lang.String getKey()
required string key = 1;getKey in interface PrefsProto.StringArrayMapEntryOrBuilderpublic com.google.protobuf.ByteString getKeyBytes()
required string key = 1;getKeyBytes in interface PrefsProto.StringArrayMapEntryOrBuilderpublic PrefsProto.StringArrayMapEntry.Builder setKey(java.lang.String value)
required string key = 1;value - The key to set.public PrefsProto.StringArrayMapEntry.Builder clearKey()
required string key = 1;public PrefsProto.StringArrayMapEntry.Builder setKeyBytes(com.google.protobuf.ByteString value)
required string key = 1;value - The bytes for key to set.public java.util.List<PrefsProto.StringArrayValue> getValueList()
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;getValueList in interface PrefsProto.StringArrayMapEntryOrBuilderpublic int getValueCount()
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;getValueCount in interface PrefsProto.StringArrayMapEntryOrBuilderpublic PrefsProto.StringArrayValue getValue(int index)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;getValue in interface PrefsProto.StringArrayMapEntryOrBuilderpublic PrefsProto.StringArrayMapEntry.Builder setValue(int index, PrefsProto.StringArrayValue value)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;public PrefsProto.StringArrayMapEntry.Builder setValue(int index, PrefsProto.StringArrayValue.Builder builderForValue)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;public PrefsProto.StringArrayMapEntry.Builder addValue(PrefsProto.StringArrayValue value)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;public PrefsProto.StringArrayMapEntry.Builder addValue(int index, PrefsProto.StringArrayValue value)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;public PrefsProto.StringArrayMapEntry.Builder addValue(PrefsProto.StringArrayValue.Builder builderForValue)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;public PrefsProto.StringArrayMapEntry.Builder addValue(int index, PrefsProto.StringArrayValue.Builder builderForValue)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;public PrefsProto.StringArrayMapEntry.Builder addAllValue(java.lang.Iterable<? extends PrefsProto.StringArrayValue> values)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;public PrefsProto.StringArrayMapEntry.Builder clearValue()
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;public PrefsProto.StringArrayMapEntry.Builder removeValue(int index)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;public PrefsProto.StringArrayValue.Builder getValueBuilder(int index)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;public PrefsProto.StringArrayValueOrBuilder getValueOrBuilder(int index)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;getValueOrBuilder in interface PrefsProto.StringArrayMapEntryOrBuilderpublic java.util.List<? extends PrefsProto.StringArrayValueOrBuilder> getValueOrBuilderList()
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;getValueOrBuilderList in interface PrefsProto.StringArrayMapEntryOrBuilderpublic PrefsProto.StringArrayValue.Builder addValueBuilder()
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;public PrefsProto.StringArrayValue.Builder addValueBuilder(int index)
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;public java.util.List<PrefsProto.StringArrayValue.Builder> getValueBuilderList()
repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;public final PrefsProto.StringArrayMapEntry.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PrefsProto.StringArrayMapEntry.Builder>public final PrefsProto.StringArrayMapEntry.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PrefsProto.StringArrayMapEntry.Builder>