public enum AggregationMethod extends Enum<AggregationMethod> implements ProtocolMessageEnumAggregation methods.
Protobuf enum google.cloud.vectorsearch.v1beta.AggregationMethod
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AGGREGATION_METHOD_UNSPECIFIED |
Should not be used. |
AGGREGATION_METHOD_UNSPECIFIED_VALUE |
Should not be used. |
COUNT |
Count the number of data objects that match the filter. |
COUNT_VALUE |
Count the number of data objects that match the filter. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|