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()
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()
int32 total_item_count = 2; |
Value |
getValue()
.dstore.values.Value value = 1; |
ValueOrBuilder |
getValueOrBuilder()
.dstore.values.Value value = 1; |
boolean |
hasValue()
.dstore.values.Value value = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasValue()
.dstore.values.Value value = 1;Value getValue()
.dstore.values.Value value = 1;ValueOrBuilder getValueOrBuilder()
.dstore.values.Value value = 1;int getTotalItemCount()
int32 total_item_count = 2;int getMatchingItemCount()
int32 matching_item_count = 3;boolean getActive()
Only filled when using a term-facet
bool active = 4;double getMinValue()
Only filled when using a range-facet
double min_value = 5;double getMaxValue()
Only filled when using a range-facet
double max_value = 6;