Google Cloud Chronicle V1 Client - Class SeriesType (0.4.0)

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SERIES_TYPE_UNSPECIFIED

Value: 0

Generated from protobuf enum SERIES_TYPE_UNSPECIFIED = 0;

LINE

Value: 1

Generated from protobuf enum LINE = 1;

BAR

Value: 2

Generated from protobuf enum BAR = 2;

PIE

Value: 3

Generated from protobuf enum PIE = 3;

TEXT

Value: 4

Generated from protobuf enum TEXT = 4;

MAP

Value: 5

Represents map chart type.

Generated from protobuf enum MAP = 5;

GAUGE

Value: 6

Represents gauge chart type.

Generated from protobuf enum GAUGE = 6;

SCATTERPLOT

Value: 7

Represents scatterplot chart type.

Generated from protobuf enum SCATTERPLOT = 7;