public enum MetricDisplayTrend extends Enum<MetricDisplayTrend> implements ProtocolMessageEnumTrend to be displayed for the metric charts as.
Protobuf enum google.cloud.chronicle.v1.MetricDisplayTrend
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
METRIC_DISPLAY_TREND_ABSOLUTE_VALUE |
Trend data in absolute value |
METRIC_DISPLAY_TREND_ABSOLUTE_VALUE_AND_PERCENTAGE |
Trend data in both absolute value and percentage |
METRIC_DISPLAY_TREND_ABSOLUTE_VALUE_AND_PERCENTAGE_VALUE |
Trend data in both absolute value and percentage |
METRIC_DISPLAY_TREND_ABSOLUTE_VALUE_VALUE |
Trend data in absolute value |
METRIC_DISPLAY_TREND_PERCENTAGE |
Trend data in percentage |
METRIC_DISPLAY_TREND_PERCENTAGE_VALUE |
Trend data in percentage |
METRIC_DISPLAY_TREND_UNSPECIFIED |
Trend is not specified. |
METRIC_DISPLAY_TREND_UNSPECIFIED_VALUE |
Trend 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() |
|