Chronicle V1 API - Class Google::Cloud::Chronicle::V1::UpdateNativeDashboardRequest (v0.6.0)

Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::UpdateNativeDashboardRequest.

Request message to update a dashboard.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#native_dashboard

def native_dashboard() -> ::Google::Cloud::Chronicle::V1::NativeDashboard
Returns
  • (::Google::Cloud::Chronicle::V1::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}

#native_dashboard=

def native_dashboard=(value) -> ::Google::Cloud::Chronicle::V1::NativeDashboard
Parameter
  • value (::Google::Cloud::Chronicle::V1::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}

Returns
  • (::Google::Cloud::Chronicle::V1::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

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::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

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::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
Returns
  • (::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