Reference documentation and code samples for the Google Cloud Chronicle V1 Client class GetNativeDashboardRequest.
Request message to get a dashboard.
Generated from protobuf message google.cloud.chronicle.v1.GetNativeDashboardRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The dashboard name to fetch. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
↳ view
int
Optional. View indicates the scope of fields to populate when returning the dashboard resource. If unspecified, defaults to the basic view.
getName
Required. The dashboard name to fetch.
Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
string
setName
Required. The dashboard name to fetch.
Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
var
string
$this
getView
Optional. View indicates the scope of fields to populate when returning the dashboard resource. If unspecified, defaults to the basic view.
setView
Optional. View indicates the scope of fields to populate when returning the dashboard resource. If unspecified, defaults to the basic view.
$this
static::build
name
string
Required. The dashboard name to fetch. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard} Please see NativeDashboardServiceClient::nativeDashboardName() for help formatting this field.

