Reference documentation and code samples for the Google Cloud Chronicle V1 Client class MetricDisplayTrend.
Trend to be displayed for the metric charts as.
Protobuf type google.cloud.chronicle.v1.MetricDisplayTrend
Namespace
Google \ Cloud \ Chronicle \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
METRIC_DISPLAY_TREND_UNSPECIFIED
Value: 0Trend is not specified.
Generated from protobuf enum METRIC_DISPLAY_TREND_UNSPECIFIED = 0;
METRIC_DISPLAY_TREND_ABSOLUTE_VALUE
Value: 2Trend data in absolute value
Generated from protobuf enum METRIC_DISPLAY_TREND_ABSOLUTE_VALUE = 2;
METRIC_DISPLAY_TREND_PERCENTAGE
Value: 3Trend data in percentage
Generated from protobuf enum METRIC_DISPLAY_TREND_PERCENTAGE = 3;
METRIC_DISPLAY_TREND_ABSOLUTE_VALUE_AND_PERCENTAGE
Value: 4Trend data in both absolute value and percentage
Generated from protobuf enum METRIC_DISPLAY_TREND_ABSOLUTE_VALUE_AND_PERCENTAGE = 4;