Reference documentation and code samples for the Google Cloud Chronicle V1 Client class Tooltip.
Generated from protobuf message google.cloud.chronicle.v1.DashboardChart.Visualization.Tooltip
Namespace
Google \ Cloud \ Chronicle \ V1 \ DashboardChart \ VisualizationMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ show |
bool
|
↳ tooltip_trigger |
int
|
getShow
Generated from protobuf field bool show = 1;
| Returns | |
|---|---|
| Type | Description |
bool |
|
setShow
Generated from protobuf field bool show = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTooltipTrigger
Generated from protobuf field .google.cloud.chronicle.v1.ToolTipTrigger tooltip_trigger = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
setTooltipTrigger
Generated from protobuf field .google.cloud.chronicle.v1.ToolTipTrigger tooltip_trigger = 3;
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|