Reference documentation and code samples for the Google Cloud Chronicle V1 Client class MetricTrendType.
Trend to be displayed for the metric charts as.
Protobuf type google.cloud.chronicle.v1.MetricTrendType
Namespace
Google \ Cloud \ Chronicle \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
METRIC_TREND_TYPE_UNSPECIFIED
Value: 0Trend type is not specified.
Generated from protobuf enum METRIC_TREND_TYPE_UNSPECIFIED = 0;
METRIC_TREND_TYPE_REGULAR
Value: 1The trend type is regular(green for positive delta)
Generated from protobuf enum METRIC_TREND_TYPE_REGULAR = 1;
METRIC_TREND_TYPE_INVERSE
Value: 2The trend type is inverse(red for positive delta)
Generated from protobuf enum METRIC_TREND_TYPE_INVERSE = 2;