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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Output only. Name of the dashboardQuery. |
↳ query |
string
Required. Search query string. |
↳ input |
DashboardQuery\Input
Required. Inputs to the query. |
↳ 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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Output only. Name of the dashboardQuery.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getQuery
Required. Search query string.
| Returns | |
|---|---|
| Type | Description |
string |
|
setQuery
Required. Search query string.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInput
Required. Inputs to the query.
| Returns | |
|---|---|
| Type | Description |
DashboardQuery\Input|null |
|
hasInput
clearInput
setInput
Required. Inputs to the query.
| Parameter | |
|---|---|
| Name | Description |
var |
DashboardQuery\Input
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDashboardChart
Output only. DashboardChart this query belongs to.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDashboardChart
Output only. DashboardChart this query belongs to.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$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.
| Returns | |
|---|---|
| Type | Description |
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|