Enum HistogramQueryPropertyNameFilter.HistogramYAxis (0.37.0)

public enum HistogramQueryPropertyNameFilter.HistogramYAxis extends Enum<HistogramQueryPropertyNameFilter.HistogramYAxis> implements ProtocolMessageEnum

The result of the histogram query count('FilterableProperties') using HISTOGRAM_YAXIS_DOCUMENT will be: invoice_id: 2 address: 1 payment_method: 2 line_item_description: 1

Protobuf enum google.cloud.contentwarehouse.v1.HistogramQueryPropertyNameFilter.HistogramYAxis

Implements

ProtocolMessageEnum

Static Fields

NameDescription
HISTOGRAM_YAXIS_DOCUMENT

Count the documents per property name.

HISTOGRAM_YAXIS_DOCUMENT = 0;

HISTOGRAM_YAXIS_DOCUMENT_VALUE

Count the documents per property name.

HISTOGRAM_YAXIS_DOCUMENT = 0;

HISTOGRAM_YAXIS_PROPERTY

Count the properties per property name.

HISTOGRAM_YAXIS_PROPERTY = 1;

HISTOGRAM_YAXIS_PROPERTY_VALUE

Count the properties per property name.

HISTOGRAM_YAXIS_PROPERTY = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()