Google Cloud Chronicle V1 Client - Class TileType (0.4.0)

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

TileType indicates what type of chart tile it is i.e., visualization chart, button or text.

Protobuf type google.cloud.chronicle.v1.TileType

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TILE_TYPE_UNSPECIFIED

Value: 0

Defaults to VISUALIZATION.

Generated from protobuf enum TILE_TYPE_UNSPECIFIED = 0;

TILE_TYPE_VISUALIZATION

Value: 1

Visualization i.e., bar charts, pie charts etc.

Generated from protobuf enum TILE_TYPE_VISUALIZATION = 1;

TILE_TYPE_BUTTON

Value: 2

Button with hyperlink.

Generated from protobuf enum TILE_TYPE_BUTTON = 2;

TILE_TYPE_MARKDOWN

Value: 3

Markdown tile.

Generated from protobuf enum TILE_TYPE_MARKDOWN = 3;