Google Cloud Chronicle V1 Client - Class PlotMode (0.4.0)

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

Plot mode for the map.

Protobuf type google.cloud.chronicle.v1.PlotMode

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PLOT_MODE_UNSPECIFIED

Value: 0

Plot mode is not specified.

Generated from protobuf enum PLOT_MODE_UNSPECIFIED = 0;

PLOT_MODE_POINTS

Value: 1

Plot mode is points.

Generated from protobuf enum PLOT_MODE_POINTS = 1;

PLOT_MODE_HEATMAP

Value: 2

Plot mode is heatmap.

Generated from protobuf enum PLOT_MODE_HEATMAP = 2;

PLOT_MODE_BOTH

Value: 3

Plot mode is both points and heatmap.

Generated from protobuf enum PLOT_MODE_BOTH = 3;