public static final class _DictionaryFetchResponse._Found.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<_DictionaryFetchResponse._Found.Builder> implements _DictionaryFetchResponse._FoundOrBuilder
cache_client._DictionaryFetchResponse._Found| Modifier and Type | Method and Description |
|---|---|
_DictionaryFetchResponse._Found.Builder |
addAllItems(java.lang.Iterable<? extends _DictionaryFieldValuePair> values)
repeated .cache_client._DictionaryFieldValuePair items = 1; |
_DictionaryFetchResponse._Found.Builder |
addItems(_DictionaryFieldValuePair.Builder builderForValue)
repeated .cache_client._DictionaryFieldValuePair items = 1; |
_DictionaryFetchResponse._Found.Builder |
addItems(_DictionaryFieldValuePair value)
repeated .cache_client._DictionaryFieldValuePair items = 1; |
_DictionaryFetchResponse._Found.Builder |
addItems(int index,
_DictionaryFieldValuePair.Builder builderForValue)
repeated .cache_client._DictionaryFieldValuePair items = 1; |
_DictionaryFetchResponse._Found.Builder |
addItems(int index,
_DictionaryFieldValuePair value)
repeated .cache_client._DictionaryFieldValuePair items = 1; |
_DictionaryFieldValuePair.Builder |
addItemsBuilder()
repeated .cache_client._DictionaryFieldValuePair items = 1; |
_DictionaryFieldValuePair.Builder |
addItemsBuilder(int index)
repeated .cache_client._DictionaryFieldValuePair items = 1; |
_DictionaryFetchResponse._Found |
build() |
_DictionaryFetchResponse._Found |
buildPartial() |
_DictionaryFetchResponse._Found.Builder |
clear() |
_DictionaryFetchResponse._Found.Builder |
clearItems()
repeated .cache_client._DictionaryFieldValuePair items = 1; |
_DictionaryFetchResponse._Found |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
_DictionaryFieldValuePair |
getItems(int index)
repeated .cache_client._DictionaryFieldValuePair items = 1; |
_DictionaryFieldValuePair.Builder |
getItemsBuilder(int index)
repeated .cache_client._DictionaryFieldValuePair items = 1; |
java.util.List<_DictionaryFieldValuePair.Builder> |
getItemsBuilderList()
repeated .cache_client._DictionaryFieldValuePair items = 1; |
int |
getItemsCount()
repeated .cache_client._DictionaryFieldValuePair items = 1; |
java.util.List<_DictionaryFieldValuePair> |
getItemsList()
repeated .cache_client._DictionaryFieldValuePair items = 1; |
_DictionaryFieldValuePairOrBuilder |
getItemsOrBuilder(int index)
repeated .cache_client._DictionaryFieldValuePair items = 1; |
java.util.List<? extends _DictionaryFieldValuePairOrBuilder> |
getItemsOrBuilderList()
repeated .cache_client._DictionaryFieldValuePair items = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
_DictionaryFetchResponse._Found.Builder |
mergeFrom(_DictionaryFetchResponse._Found other) |
_DictionaryFetchResponse._Found.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
_DictionaryFetchResponse._Found.Builder |
mergeFrom(com.google.protobuf.Message other) |
_DictionaryFetchResponse._Found.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
_DictionaryFetchResponse._Found.Builder |
removeItems(int index)
repeated .cache_client._DictionaryFieldValuePair items = 1; |
_DictionaryFetchResponse._Found.Builder |
setItems(int index,
_DictionaryFieldValuePair.Builder builderForValue)
repeated .cache_client._DictionaryFieldValuePair items = 1; |
_DictionaryFetchResponse._Found.Builder |
setItems(int index,
_DictionaryFieldValuePair value)
repeated .cache_client._DictionaryFieldValuePair items = 1; |
_DictionaryFetchResponse._Found.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
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, 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<_DictionaryFetchResponse._Found.Builder>public _DictionaryFetchResponse._Found.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<_DictionaryFetchResponse._Found.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<_DictionaryFetchResponse._Found.Builder>public _DictionaryFetchResponse._Found getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic _DictionaryFetchResponse._Found build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic _DictionaryFetchResponse._Found buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic _DictionaryFetchResponse._Found.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<_DictionaryFetchResponse._Found.Builder>public _DictionaryFetchResponse._Found.Builder mergeFrom(_DictionaryFetchResponse._Found other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<_DictionaryFetchResponse._Found.Builder>public _DictionaryFetchResponse._Found.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<_DictionaryFetchResponse._Found.Builder>java.io.IOExceptionpublic java.util.List<_DictionaryFieldValuePair> getItemsList()
repeated .cache_client._DictionaryFieldValuePair items = 1;getItemsList in interface _DictionaryFetchResponse._FoundOrBuilderpublic int getItemsCount()
repeated .cache_client._DictionaryFieldValuePair items = 1;getItemsCount in interface _DictionaryFetchResponse._FoundOrBuilderpublic _DictionaryFieldValuePair getItems(int index)
repeated .cache_client._DictionaryFieldValuePair items = 1;getItems in interface _DictionaryFetchResponse._FoundOrBuilderpublic _DictionaryFetchResponse._Found.Builder setItems(int index, _DictionaryFieldValuePair value)
repeated .cache_client._DictionaryFieldValuePair items = 1;public _DictionaryFetchResponse._Found.Builder setItems(int index, _DictionaryFieldValuePair.Builder builderForValue)
repeated .cache_client._DictionaryFieldValuePair items = 1;public _DictionaryFetchResponse._Found.Builder addItems(_DictionaryFieldValuePair value)
repeated .cache_client._DictionaryFieldValuePair items = 1;public _DictionaryFetchResponse._Found.Builder addItems(int index, _DictionaryFieldValuePair value)
repeated .cache_client._DictionaryFieldValuePair items = 1;public _DictionaryFetchResponse._Found.Builder addItems(_DictionaryFieldValuePair.Builder builderForValue)
repeated .cache_client._DictionaryFieldValuePair items = 1;public _DictionaryFetchResponse._Found.Builder addItems(int index, _DictionaryFieldValuePair.Builder builderForValue)
repeated .cache_client._DictionaryFieldValuePair items = 1;public _DictionaryFetchResponse._Found.Builder addAllItems(java.lang.Iterable<? extends _DictionaryFieldValuePair> values)
repeated .cache_client._DictionaryFieldValuePair items = 1;public _DictionaryFetchResponse._Found.Builder clearItems()
repeated .cache_client._DictionaryFieldValuePair items = 1;public _DictionaryFetchResponse._Found.Builder removeItems(int index)
repeated .cache_client._DictionaryFieldValuePair items = 1;public _DictionaryFieldValuePair.Builder getItemsBuilder(int index)
repeated .cache_client._DictionaryFieldValuePair items = 1;public _DictionaryFieldValuePairOrBuilder getItemsOrBuilder(int index)
repeated .cache_client._DictionaryFieldValuePair items = 1;getItemsOrBuilder in interface _DictionaryFetchResponse._FoundOrBuilderpublic java.util.List<? extends _DictionaryFieldValuePairOrBuilder> getItemsOrBuilderList()
repeated .cache_client._DictionaryFieldValuePair items = 1;getItemsOrBuilderList in interface _DictionaryFetchResponse._FoundOrBuilderpublic _DictionaryFieldValuePair.Builder addItemsBuilder()
repeated .cache_client._DictionaryFieldValuePair items = 1;public _DictionaryFieldValuePair.Builder addItemsBuilder(int index)
repeated .cache_client._DictionaryFieldValuePair items = 1;public java.util.List<_DictionaryFieldValuePair.Builder> getItemsBuilderList()
repeated .cache_client._DictionaryFieldValuePair items = 1;public final _DictionaryFetchResponse._Found.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<_DictionaryFetchResponse._Found.Builder>public final _DictionaryFetchResponse._Found.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<_DictionaryFetchResponse._Found.Builder>