Google Cloud Chronicle V1 Client - Class MetricFormat (0.4.0)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class MetricFormat.

Metric format to be displayed for the metric charts.

Protobuf type google.cloud.chronicle.v1.MetricFormat

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

METRIC_FORMAT_UNSPECIFIED

Value: 0

Metric format is not specified.

Generated from protobuf enum METRIC_FORMAT_UNSPECIFIED = 0;

METRIC_FORMAT_NUMBER

Value: 1

Metric format in number

Generated from protobuf enum METRIC_FORMAT_NUMBER = 1;

METRIC_FORMAT_PLAIN_TEXT

Value: 2

Metric format in plain text

Generated from protobuf enum METRIC_FORMAT_PLAIN_TEXT = 2;