Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ColumnTooltipSettings.
Settings for tooltip for column header and cell.
Generated from protobuf message google.cloud.chronicle.v1.DashboardChart.Visualization.ColumnTooltipSettings
Namespace
Google \ Cloud \ Chronicle \ V1 \ DashboardChart \ VisualizationMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ field |
string
Required. Field key in data. |
↳ header_tooltip_text |
string
Optional. Column header tooltip text. |
↳ cell_tooltip_text |
string
Optional. Column cell tooltip text. |
getField
Required. Field key in data.
| Returns | |
|---|---|
| Type | Description |
string |
|
setField
Required. Field key in data.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getHeaderTooltipText
Optional. Column header tooltip text.
| Returns | |
|---|---|
| Type | Description |
string |
|
setHeaderTooltipText
Optional. Column header tooltip text.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCellTooltipText
Optional. Column cell tooltip text.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCellTooltipText
Optional. Column cell tooltip text.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|