public static interface ItemSuggest.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getElasticQueryString()
optional string elastic_query_string = 5; |
com.google.protobuf.ByteString |
getElasticQueryStringBytes()
optional string elastic_query_string = 5; |
Item |
getMatchingItem(int index)
repeated .dstore.elastic.item.item.Item matching_item = 3; |
int |
getMatchingItemCount()
repeated .dstore.elastic.item.item.Item matching_item = 3; |
java.util.List<Item> |
getMatchingItemList()
repeated .dstore.elastic.item.item.Item matching_item = 3; |
ItemOrBuilder |
getMatchingItemOrBuilder(int index)
repeated .dstore.elastic.item.item.Item matching_item = 3; |
java.util.List<? extends ItemOrBuilder> |
getMatchingItemOrBuilderList()
repeated .dstore.elastic.item.item.Item matching_item = 3; |
ItemSuggest.Response.Suggestion |
getSuggestion(int index)
repeated .dstore.elastic.item.item_suggest.Response.Suggestion suggestion = 2; |
int |
getSuggestionCount()
repeated .dstore.elastic.item.item_suggest.Response.Suggestion suggestion = 2; |
java.util.List<ItemSuggest.Response.Suggestion> |
getSuggestionList()
repeated .dstore.elastic.item.item_suggest.Response.Suggestion suggestion = 2; |
ItemSuggest.Response.SuggestionOrBuilder |
getSuggestionOrBuilder(int index)
repeated .dstore.elastic.item.item_suggest.Response.Suggestion suggestion = 2; |
java.util.List<? extends ItemSuggest.Response.SuggestionOrBuilder> |
getSuggestionOrBuilderList()
repeated .dstore.elastic.item.item_suggest.Response.Suggestion suggestion = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<ItemSuggest.Response.Suggestion> getSuggestionList()
repeated .dstore.elastic.item.item_suggest.Response.Suggestion suggestion = 2;ItemSuggest.Response.Suggestion getSuggestion(int index)
repeated .dstore.elastic.item.item_suggest.Response.Suggestion suggestion = 2;int getSuggestionCount()
repeated .dstore.elastic.item.item_suggest.Response.Suggestion suggestion = 2;java.util.List<? extends ItemSuggest.Response.SuggestionOrBuilder> getSuggestionOrBuilderList()
repeated .dstore.elastic.item.item_suggest.Response.Suggestion suggestion = 2;ItemSuggest.Response.SuggestionOrBuilder getSuggestionOrBuilder(int index)
repeated .dstore.elastic.item.item_suggest.Response.Suggestion suggestion = 2;java.util.List<Item> getMatchingItemList()
repeated .dstore.elastic.item.item.Item matching_item = 3;Item getMatchingItem(int index)
repeated .dstore.elastic.item.item.Item matching_item = 3;int getMatchingItemCount()
repeated .dstore.elastic.item.item.Item matching_item = 3;java.util.List<? extends ItemOrBuilder> getMatchingItemOrBuilderList()
repeated .dstore.elastic.item.item.Item matching_item = 3;ItemOrBuilder getMatchingItemOrBuilder(int index)
repeated .dstore.elastic.item.item.Item matching_item = 3;java.lang.String getElasticQueryString()
optional string elastic_query_string = 5;com.google.protobuf.ByteString getElasticQueryStringBytes()
optional string elastic_query_string = 5;