Reference documentation and code samples for the Google Cloud Chronicle V1 Client class UpdateNativeDashboardRequest.
Request message to update a dashboard.
Generated from protobuf message google.cloud.chronicle.v1.UpdateNativeDashboardRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ native_dashboard
NativeDashboard
Required. The dashboard to update. The dashboard's name
field is used to identify the dashboard to update. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
↳ update_mask
Google\Protobuf\FieldMask
Required. LINT.IfChange(update_mask_values) The list of fields to update. Supported paths are - display_name description definition.filters definition.charts type access dashboard_user_data.is_pinned
getNativeDashboard
Required. The dashboard to update.
The dashboard's name
field is used to identify the dashboard to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
hasNativeDashboard
clearNativeDashboard
setNativeDashboard
Required. The dashboard to update.
The dashboard's name
field is used to identify the dashboard to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
$this
getUpdateMask
Required. LINT.IfChange(update_mask_values) The list of fields to update.
Supported paths are - display_name description definition.filters definition.charts type access dashboard_user_data.is_pinned
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. LINT.IfChange(update_mask_values) The list of fields to update.
Supported paths are - display_name description definition.filters definition.charts type access dashboard_user_data.is_pinned
$this
static::build
nativeDashboard
NativeDashboard
Required. The dashboard to update.
The dashboard's name
field is used to identify the dashboard to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
updateMask
Google\Protobuf\FieldMask
Required. LINT.IfChange(update_mask_values) The list of fields to update. Supported paths are - display_name description definition.filters definition.charts type access dashboard_user_data.is_pinned

