public static interface ItemGet.Response.Facet.FacetValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive()
Only filled when using a term-facet
|
int |
getMatchingItemCount()
optional int32 matching_item_count = 3; |
double |
getMaxValue()
Only filled when using a range-facet
|
double |
getMinValue()
Only filled when using a range-facet
|
int |
getTotalItemCount()
optional int32 total_item_count = 2; |
Values.Value |
getValue()
optional .dstore.values.Value value = 1; |
Values.ValueOrBuilder |
getValueOrBuilder()
optional .dstore.values.Value value = 1; |
boolean |
hasValue()
optional .dstore.values.Value value = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasValue()
optional .dstore.values.Value value = 1;Values.Value getValue()
optional .dstore.values.Value value = 1;Values.ValueOrBuilder getValueOrBuilder()
optional .dstore.values.Value value = 1;int getTotalItemCount()
optional int32 total_item_count = 2;int getMatchingItemCount()
optional int32 matching_item_count = 3;boolean getActive()
Only filled when using a term-facet
optional bool active = 4;double getMinValue()
Only filled when using a range-facet
optional double min_value = 5;double getMaxValue()
Only filled when using a range-facet
optional double max_value = 6;