public enum MetricTrendType extends Enum<MetricTrendType> implements ProtocolMessageEnumTrend to be displayed for the metric charts as.
Protobuf enum google.cloud.chronicle.v1.MetricTrendType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
METRIC_TREND_TYPE_INVERSE |
The trend type is inverse(red for positive delta) |
METRIC_TREND_TYPE_INVERSE_VALUE |
The trend type is inverse(red for positive delta) |
METRIC_TREND_TYPE_REGULAR |
The trend type is regular(green for positive delta) |
METRIC_TREND_TYPE_REGULAR_VALUE |
The trend type is regular(green for positive delta) |
METRIC_TREND_TYPE_UNSPECIFIED |
Trend type is not specified. |
METRIC_TREND_TYPE_UNSPECIFIED_VALUE |
Trend type is not specified. |
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() |
|