Reference documentation and code samples for the Google Cloud Chronicle V1 Client class GaugeConfig.
Field to be saved for retrieving value and color for gauge chart
Generated from protobuf message google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeConfig
Namespace
Google \ Cloud \ Chronicle \ V1 \ DashboardChart \ Visualization \ SeriesMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ base_value |
GaugeValue
Optional. Base value for gauge chart |
↳ limit_value |
GaugeValue
Optional. Limit value for gauge chart |
↳ threshold_values |
array<GaugeValue>
Optional. Threshold values for gauge chart |
getBaseValue
Optional. Base value for gauge chart
| Returns | |
|---|---|
| Type | Description |
GaugeValue|null |
|
hasBaseValue
clearBaseValue
setBaseValue
Optional. Base value for gauge chart
| Parameter | |
|---|---|
| Name | Description |
var |
GaugeValue
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLimitValue
Optional. Limit value for gauge chart
| Returns | |
|---|---|
| Type | Description |
GaugeValue|null |
|
hasLimitValue
clearLimitValue
setLimitValue
Optional. Limit value for gauge chart
| Parameter | |
|---|---|
| Name | Description |
var |
GaugeValue
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getThresholdValues
Optional. Threshold values for gauge chart
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<GaugeValue> |
|
setThresholdValues
Optional. Threshold values for gauge chart
| Parameter | |
|---|---|
| Name | Description |
var |
array<GaugeValue>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|