Enum MetricFormat (0.31.0)

public enum MetricFormat extends Enum<MetricFormat> implements ProtocolMessageEnum

Metric format to be displayed for the metric charts.

Protobuf enum google.cloud.chronicle.v1.MetricFormat

Implements

ProtocolMessageEnum

Static Fields

Name Description
METRIC_FORMAT_NUMBER

Metric format in number

METRIC_FORMAT_NUMBER = 1;

METRIC_FORMAT_NUMBER_VALUE

Metric format in number

METRIC_FORMAT_NUMBER = 1;

METRIC_FORMAT_PLAIN_TEXT

Metric format in plain text

METRIC_FORMAT_PLAIN_TEXT = 2;

METRIC_FORMAT_PLAIN_TEXT_VALUE

Metric format in plain text

METRIC_FORMAT_PLAIN_TEXT = 2;

METRIC_FORMAT_UNSPECIFIED

Metric format is not specified.

METRIC_FORMAT_UNSPECIFIED = 0;

METRIC_FORMAT_UNSPECIFIED_VALUE

Metric format is not specified.

METRIC_FORMAT_UNSPECIFIED = 0;

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