public static interface PostingGet.Response.UsedValuesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFieldName()
string field_name = 1; |
com.google.protobuf.ByteString |
getFieldNameBytes()
string field_name = 1; |
PostingGet.Response.UsedValues.UsedValue |
getValue(int index)
repeated .dstore.elastic.forum.posting_get.Response.UsedValues.UsedValue value = 2; |
int |
getValueCount()
repeated .dstore.elastic.forum.posting_get.Response.UsedValues.UsedValue value = 2; |
java.util.List<PostingGet.Response.UsedValues.UsedValue> |
getValueList()
repeated .dstore.elastic.forum.posting_get.Response.UsedValues.UsedValue value = 2; |
PostingGet.Response.UsedValues.UsedValueOrBuilder |
getValueOrBuilder(int index)
repeated .dstore.elastic.forum.posting_get.Response.UsedValues.UsedValue value = 2; |
java.util.List<? extends PostingGet.Response.UsedValues.UsedValueOrBuilder> |
getValueOrBuilderList()
repeated .dstore.elastic.forum.posting_get.Response.UsedValues.UsedValue value = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getFieldName()
string field_name = 1;com.google.protobuf.ByteString getFieldNameBytes()
string field_name = 1;java.util.List<PostingGet.Response.UsedValues.UsedValue> getValueList()
repeated .dstore.elastic.forum.posting_get.Response.UsedValues.UsedValue value = 2;PostingGet.Response.UsedValues.UsedValue getValue(int index)
repeated .dstore.elastic.forum.posting_get.Response.UsedValues.UsedValue value = 2;int getValueCount()
repeated .dstore.elastic.forum.posting_get.Response.UsedValues.UsedValue value = 2;java.util.List<? extends PostingGet.Response.UsedValues.UsedValueOrBuilder> getValueOrBuilderList()
repeated .dstore.elastic.forum.posting_get.Response.UsedValues.UsedValue value = 2;PostingGet.Response.UsedValues.UsedValueOrBuilder getValueOrBuilder(int index)
repeated .dstore.elastic.forum.posting_get.Response.UsedValues.UsedValue value = 2;