Reference documentation and code samples for the Google Cloud Chronicle V1 Client class SeriesType.
Protobuf type google.cloud.chronicle.v1.SeriesType
Namespace
Google \ Cloud \ Chronicle \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SERIES_TYPE_UNSPECIFIED
Value: 0Generated from protobuf enum SERIES_TYPE_UNSPECIFIED = 0;
LINE
Value: 1Generated from protobuf enum LINE = 1;
BAR
Value: 2Generated from protobuf enum BAR = 2;
PIE
Value: 3Generated from protobuf enum PIE = 3;
TEXT
Value: 4Generated from protobuf enum TEXT = 4;
MAP
Value: 5Represents map chart type.
Generated from protobuf enum MAP = 5;
GAUGE
Value: 6Represents gauge chart type.
Generated from protobuf enum GAUGE = 6;
SCATTERPLOT
Value: 7Represents scatterplot chart type.
Generated from protobuf enum SCATTERPLOT = 7;