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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
METRIC_FORMAT_UNSPECIFIED
Value: 0Metric format is not specified.
Generated from protobuf enum METRIC_FORMAT_UNSPECIFIED = 0;
METRIC_FORMAT_NUMBER
Value: 1Metric format in number
Generated from protobuf enum METRIC_FORMAT_NUMBER = 1;
METRIC_FORMAT_PLAIN_TEXT
Value: 2Metric format in plain text
Generated from protobuf enum METRIC_FORMAT_PLAIN_TEXT = 2;