Google Cloud Chronicle V1 Client - Class MetricDisplayTrend (0.4.0)

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

METRIC_DISPLAY_TREND_UNSPECIFIED

Value: 0

Trend is not specified.

Generated from protobuf enum METRIC_DISPLAY_TREND_UNSPECIFIED = 0;

METRIC_DISPLAY_TREND_ABSOLUTE_VALUE

Value: 2

Trend data in absolute value

Generated from protobuf enum METRIC_DISPLAY_TREND_ABSOLUTE_VALUE = 2;

METRIC_DISPLAY_TREND_PERCENTAGE

Value: 3

Trend data in percentage

Generated from protobuf enum METRIC_DISPLAY_TREND_PERCENTAGE = 3;

METRIC_DISPLAY_TREND_ABSOLUTE_VALUE_AND_PERCENTAGE

Value: 4

Trend data in both absolute value and percentage

Generated from protobuf enum METRIC_DISPLAY_TREND_ABSOLUTE_VALUE_AND_PERCENTAGE = 4;