Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DashboardQuery.
DashboardQuery resource.
Generated from protobuf message google.cloud.chronicle.v1.DashboardQuery
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. Name of the dashboardQuery.
↳ query
string
Required. Search query string.
↳ input
↳ dashboard_chart
string
Output only. DashboardChart this query belongs to.
↳ 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.
getName
Output only. Name of the dashboardQuery.
string
setName
Output only. Name of the dashboardQuery.
var
string
$this
getQuery
Required. Search query string.
string
setQuery
Required. Search query string.
var
string
$this
getInput
Required. Inputs to the query.
hasInput
clearInput
setInput
Required. Inputs to the query.
$this
getDashboardChart
Output only. DashboardChart this query belongs to.
string
setDashboardChart
Output only. DashboardChart this query belongs to.
var
string
$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

