Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ColumnRenderTypeSettings.
Column render type settings. This is used to determine the data render type of the column in the table.
Generated from protobuf message google.cloud.chronicle.v1.DashboardChart.Visualization.ColumnRenderTypeSettings
Namespace
Google \ Cloud \ Chronicle \ V1 \ DashboardChart \ VisualizationMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ field |
string
Optional. Field key in data. |
↳ column_render_type |
int
Optional. Column render type. |
getField
Optional. Field key in data.
| Returns | |
|---|---|
| Type | Description |
string |
|
setField
Optional. Field key in data.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getColumnRenderType
Optional. Column render type.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type RenderType. |
setColumnRenderType
Optional. Column render type.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type RenderType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|