Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DataSettings.
Data settings for the map.
Generated from protobuf message google.cloud.chronicle.v1.DashboardChart.Visualization.GoogleMapsConfig.DataSettings
Namespace
Google \ Cloud \ Chronicle \ V1 \ DashboardChart \ Visualization \ GoogleMapsConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ latitude_column |
string
Optional. Latitude column. |
↳ longitude_column |
string
Optional. Longitude column. |
↳ count_column |
string
Optional. Field to count. |
getLatitudeColumn
Optional. Latitude column.
| Returns | |
|---|---|
| Type | Description |
string |
|
setLatitudeColumn
Optional. Latitude column.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLongitudeColumn
Optional. Longitude column.
| Returns | |
|---|---|
| Type | Description |
string |
|
setLongitudeColumn
Optional. Longitude column.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCountColumn
Optional. Field to count.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCountColumn
Optional. Field to count.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|