Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DeleteNativeDashboardRequest.
Request message to delete a dashboard.
Generated from protobuf message google.cloud.chronicle.v1.DeleteNativeDashboardRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The dashboard name to delete. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
getName
Required. The dashboard name to delete.
Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
string
setName
Required. The dashboard name to delete.
Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
var
string
$this
static::build
name
string
Required. The dashboard name to delete. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard} Please see NativeDashboardServiceClient::nativeDashboardName() for help formatting this field.

