Reference documentation and code samples for the Google Cloud Chronicle V1 Client class GaugeValue.
Field to be saved for retrieving value and color for gauge chart
Generated from protobuf message google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeValue
Namespace
Google \ Cloud \ Chronicle \ V1 \ DashboardChart \ Visualization \ SeriesMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ value |
int
Optional. Value for gauge chart |
↳ color |
string
Optional. Color for gauge chart |
getValue
Optional. Value for gauge chart
| Returns | |
|---|---|
| Type | Description |
int |
|
setValue
Optional. Value for gauge chart
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getColor
Optional. Color for gauge chart
| Returns | |
|---|---|
| Type | Description |
string |
|
setColor
Optional. Color for gauge chart
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|