Enum MetricDescriptor.ValueType (2.8.3)

public enum MetricDescriptor.ValueType extends Enum<MetricDescriptor.ValueType> implements ProtocolMessageEnum

The value type of a metric.

Protobuf enum google.api.MetricDescriptor.ValueType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BOOL

The value is a boolean. This value type can be used only if the metric kind is GAUGE.

BOOL = 1;

BOOL_VALUE

The value is a boolean. This value type can be used only if the metric kind is GAUGE.

BOOL = 1;

DISTRIBUTION

The value is a Distribution.

DISTRIBUTION = 5;

DISTRIBUTION_VALUE

The value is a Distribution.

DISTRIBUTION = 5;

DOUBLE

The value is a double precision floating point number.

DOUBLE = 3;

DOUBLE_VALUE

The value is a double precision floating point number.

DOUBLE = 3;

INT64

The value is a signed 64-bit integer.

INT64 = 2;

INT64_VALUE

The value is a signed 64-bit integer.

INT64 = 2;

MONEY

The value is money.

MONEY = 6;

MONEY_VALUE

The value is money.

MONEY = 6;

STRING

The value is a text string. This value type can be used only if the metric kind is GAUGE.

STRING = 4;

STRING_VALUE

The value is a text string. This value type can be used only if the metric kind is GAUGE.

STRING = 4;

UNRECOGNIZED
VALUE_TYPE_UNSPECIFIED

Do not use this default value.

VALUE_TYPE_UNSPECIFIED = 0;

VALUE_TYPE_UNSPECIFIED_VALUE

Do not use this default value.

VALUE_TYPE_UNSPECIFIED = 0;

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