Google Cloud Chronicle V1 Client - Class RenderType (0.4.0)

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

Render type of the data in the chart.

Protobuf type google.cloud.chronicle.v1.RenderType

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RENDER_TYPE_UNSPECIFIED

Value: 0

Defaults to Unspecified.

Generated from protobuf enum RENDER_TYPE_UNSPECIFIED = 0;

RENDER_TYPE_TEXT

Value: 1

Text render type.

Generated from protobuf enum RENDER_TYPE_TEXT = 1;

RENDER_TYPE_ICON

Value: 2

Icon render type.

Generated from protobuf enum RENDER_TYPE_ICON = 2;

RENDER_TYPE_ICON_AND_TEXT

Value: 3

Icon and text render type.

Generated from protobuf enum RENDER_TYPE_ICON_AND_TEXT = 3;