Enum MetricTrendType (0.31.0)

public enum MetricTrendType extends Enum<MetricTrendType> implements ProtocolMessageEnum

Trend to be displayed for the metric charts as.

Protobuf enum google.cloud.chronicle.v1.MetricTrendType

Implements

ProtocolMessageEnum

Static Fields

Name Description
METRIC_TREND_TYPE_INVERSE

The trend type is inverse(red for positive delta)

METRIC_TREND_TYPE_INVERSE = 2;

METRIC_TREND_TYPE_INVERSE_VALUE

The trend type is inverse(red for positive delta)

METRIC_TREND_TYPE_INVERSE = 2;

METRIC_TREND_TYPE_REGULAR

The trend type is regular(green for positive delta)

METRIC_TREND_TYPE_REGULAR = 1;

METRIC_TREND_TYPE_REGULAR_VALUE

The trend type is regular(green for positive delta)

METRIC_TREND_TYPE_REGULAR = 1;

METRIC_TREND_TYPE_UNSPECIFIED

Trend type is not specified.

METRIC_TREND_TYPE_UNSPECIFIED = 0;

METRIC_TREND_TYPE_UNSPECIFIED_VALUE

Trend type is not specified.

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