Google Cloud Chronicle V1 Client - Class MetricTrendType (0.4.0)

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

METRIC_TREND_TYPE_UNSPECIFIED

Value: 0

Trend type is not specified.

Generated from protobuf enum METRIC_TREND_TYPE_UNSPECIFIED = 0;

METRIC_TREND_TYPE_REGULAR

Value: 1

The trend type is regular(green for positive delta)

Generated from protobuf enum METRIC_TREND_TYPE_REGULAR = 1;

METRIC_TREND_TYPE_INVERSE

Value: 2

The trend type is inverse(red for positive delta)

Generated from protobuf enum METRIC_TREND_TYPE_INVERSE = 2;