Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DashboardChart.
DashboardChart resource.
Generated from protobuf message google.cloud.chronicle.v1.DashboardChart
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. Name of the dashboardChart.
↳ display_name
string
Required. Display name/Title of the dashboardChart visible to users.
↳ description
string
Optional. Description of the dashboardChart.
↳ native_dashboard
string
Output only. NativeDashboard this chart belongs to.
↳ tile_type
int
Optional. Type of tile i.e., visualization, button or text.
↳ chart_datasource
DashboardChart\ChartDatasource
Optional. Query and datasource used in the chart. Should be empty for Button Tiles.
↳ visualization
↳ etag
string
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
↳ drill_down_config
↳ tokens
string[]
Optional. List of Advanced Filter tokens used in this chart's query (e.g., "hostname", "ip"). This allows the UI to identify dependencies without parsing the query text. The tokens are stored without the wrapping '$' characters. The number of tokens are not expected to be more than 10.
getName
Output only. Name of the dashboardChart.
string
setName
Output only. Name of the dashboardChart.
var
string
$this
getDisplayName
Required. Display name/Title of the dashboardChart visible to users.
string
setDisplayName
Required. Display name/Title of the dashboardChart visible to users.
var
string
$this
getDescription
Optional. Description of the dashboardChart.
string
setDescription
Optional. Description of the dashboardChart.
var
string
$this
getNativeDashboard
Output only. NativeDashboard this chart belongs to.
string
setNativeDashboard
Output only. NativeDashboard this chart belongs to.
var
string
$this
getTileType
Optional. Type of tile i.e., visualization, button or text.
setTileType
Optional. Type of tile i.e., visualization, button or text.
$this
getChartDatasource
Optional. Query and datasource used in the chart. Should be empty for Button Tiles.
hasChartDatasource
clearChartDatasource
setChartDatasource
Optional. Query and datasource used in the chart. Should be empty for Button Tiles.
$this
getVisualization
Required. Depending on tile_type one of below fields will be required.
hasVisualization
clearVisualization
setVisualization
Required. Depending on tile_type one of below fields will be required.
$this
getEtag
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
string
setEtag
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
var
string
$this
getDrillDownConfig
Optional. Drill down configuration.
hasDrillDownConfig
clearDrillDownConfig
setDrillDownConfig
Optional. Drill down configuration.
$this
getTokens
Optional. List of Advanced Filter tokens used in this chart's query (e.g., "hostname", "ip"). This allows the UI to identify dependencies without parsing the query text. The tokens are stored without the wrapping '$' characters.
The number of tokens are not expected to be more than 10.
setTokens
Optional. List of Advanced Filter tokens used in this chart's query (e.g., "hostname", "ip"). This allows the UI to identify dependencies without parsing the query text. The tokens are stored without the wrapping '$' characters.
The number of tokens are not expected to be more than 10.
var
string[]
$this

