Enum AggregationMethod (0.1.0)

public enum AggregationMethod extends Enum<AggregationMethod> implements ProtocolMessageEnum

Aggregation methods.

Protobuf enum google.cloud.vectorsearch.v1beta.AggregationMethod

Implements

ProtocolMessageEnum

Static Fields

Name Description
AGGREGATION_METHOD_UNSPECIFIED

Should not be used.

AGGREGATION_METHOD_UNSPECIFIED = 0;

AGGREGATION_METHOD_UNSPECIFIED_VALUE

Should not be used.

AGGREGATION_METHOD_UNSPECIFIED = 0;

COUNT

Count the number of data objects that match the filter.

COUNT = 1;

COUNT_VALUE

Count the number of data objects that match the filter.

COUNT = 1;

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()