public static interface ItemGet.Response.FacetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ItemGet.Response.Facet.FacetValue |
getFacetValue(int index)
repeated .dstore.elastic.item.item_get.Response.Facet.FacetValue facet_value = 2; |
int |
getFacetValueCount()
repeated .dstore.elastic.item.item_get.Response.Facet.FacetValue facet_value = 2; |
java.util.List<ItemGet.Response.Facet.FacetValue> |
getFacetValueList()
repeated .dstore.elastic.item.item_get.Response.Facet.FacetValue facet_value = 2; |
ItemGet.Response.Facet.FacetValueOrBuilder |
getFacetValueOrBuilder(int index)
repeated .dstore.elastic.item.item_get.Response.Facet.FacetValue facet_value = 2; |
java.util.List<? extends ItemGet.Response.Facet.FacetValueOrBuilder> |
getFacetValueOrBuilderList()
repeated .dstore.elastic.item.item_get.Response.Facet.FacetValue facet_value = 2; |
java.lang.String |
getFieldName()
optional string field_name = 1; |
com.google.protobuf.ByteString |
getFieldNameBytes()
optional string field_name = 1; |
double |
getRangeFrom()
Only filled when using a range-facet
|
double |
getRangeTo()
Only filled when using a range-facet
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getFieldName()
optional string field_name = 1;com.google.protobuf.ByteString getFieldNameBytes()
optional string field_name = 1;java.util.List<ItemGet.Response.Facet.FacetValue> getFacetValueList()
repeated .dstore.elastic.item.item_get.Response.Facet.FacetValue facet_value = 2;ItemGet.Response.Facet.FacetValue getFacetValue(int index)
repeated .dstore.elastic.item.item_get.Response.Facet.FacetValue facet_value = 2;int getFacetValueCount()
repeated .dstore.elastic.item.item_get.Response.Facet.FacetValue facet_value = 2;java.util.List<? extends ItemGet.Response.Facet.FacetValueOrBuilder> getFacetValueOrBuilderList()
repeated .dstore.elastic.item.item_get.Response.Facet.FacetValue facet_value = 2;ItemGet.Response.Facet.FacetValueOrBuilder getFacetValueOrBuilder(int index)
repeated .dstore.elastic.item.item_get.Response.Facet.FacetValue facet_value = 2;double getRangeFrom()
Only filled when using a range-facet
optional double range_from = 10;double getRangeTo()
Only filled when using a range-facet
optional double range_to = 11;