public static interface ItemExport.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getElasticQueryString()
string elastic_query_string = 3; |
com.google.protobuf.ByteString |
getElasticQueryStringBytes()
string elastic_query_string = 3; |
Item |
getItem(int index)
repeated .dstore.elastic.item.item.Item item = 2; |
int |
getItemCount()
repeated .dstore.elastic.item.item.Item item = 2; |
java.util.List<Item> |
getItemList()
repeated .dstore.elastic.item.item.Item item = 2; |
ItemOrBuilder |
getItemOrBuilder(int index)
repeated .dstore.elastic.item.item.Item item = 2; |
java.util.List<? extends ItemOrBuilder> |
getItemOrBuilderList()
repeated .dstore.elastic.item.item.Item item = 2; |
int |
getTotalHits()
int32 total_hits = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTotalHits()
int32 total_hits = 1;java.util.List<Item> getItemList()
repeated .dstore.elastic.item.item.Item item = 2;Item getItem(int index)
repeated .dstore.elastic.item.item.Item item = 2;int getItemCount()
repeated .dstore.elastic.item.item.Item item = 2;java.util.List<? extends ItemOrBuilder> getItemOrBuilderList()
repeated .dstore.elastic.item.item.Item item = 2;ItemOrBuilder getItemOrBuilder(int index)
repeated .dstore.elastic.item.item.Item item = 2;java.lang.String getElasticQueryString()
string elastic_query_string = 3;com.google.protobuf.ByteString getElasticQueryStringBytes()
string elastic_query_string = 3;