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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TILE_TYPE_UNSPECIFIED
Value: 0Defaults to VISUALIZATION.
Generated from protobuf enum TILE_TYPE_UNSPECIFIED = 0;
TILE_TYPE_VISUALIZATION
Value: 1Visualization i.e., bar charts, pie charts etc.
Generated from protobuf enum TILE_TYPE_VISUALIZATION = 1;
TILE_TYPE_BUTTON
Value: 2Button with hyperlink.
Generated from protobuf enum TILE_TYPE_BUTTON = 2;
TILE_TYPE_MARKDOWN
Value: 3Markdown tile.
Generated from protobuf enum TILE_TYPE_MARKDOWN = 3;