Reference documentation and code samples for the Google Cloud Chronicle V1 Client class GetDashboardQueryRequest.
Request message to get a dashboard query.
Generated from protobuf message google.cloud.chronicle.v1.GetDashboardQueryRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the dashboardQuery to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/dashboardQueries/{query} |
getName
Required. The name of the dashboardQuery to retrieve.
Format: projects/{project}/locations/{location}/instances/{instance}/dashboardQueries/{query}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the dashboardQuery to retrieve.
Format: projects/{project}/locations/{location}/instances/{instance}/dashboardQueries/{query}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the dashboardQuery to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/dashboardQueries/{query} Please see DashboardQueryServiceClient::dashboardQueryName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetDashboardQueryRequest |
|