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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RENDER_TYPE_UNSPECIFIED
Value: 0Defaults to Unspecified.
Generated from protobuf enum RENDER_TYPE_UNSPECIFIED = 0;
RENDER_TYPE_TEXT
Value: 1Text render type.
Generated from protobuf enum RENDER_TYPE_TEXT = 1;
RENDER_TYPE_ICON
Value: 2Icon render type.
Generated from protobuf enum RENDER_TYPE_ICON = 2;
RENDER_TYPE_ICON_AND_TEXT
Value: 3Icon and text render type.
Generated from protobuf enum RENDER_TYPE_ICON_AND_TEXT = 3;