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

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

Request message to remove chart from a dashboard.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dashboard_chart

def dashboard_chart() -> ::String
Returns
  • (::String) — Required. The dashboard chart name to remove.

#dashboard_chart=

def dashboard_chart=(value) -> ::String
Parameter
  • value (::String) — Required. The dashboard chart name to remove.
Returns
  • (::String) — Required. The dashboard chart name to remove.

#name

def name() -> ::String
Returns
  • (::String) — Required. The dashboard name to remove chart from. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The dashboard name to remove chart from. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
Returns
  • (::String) — Required. The dashboard name to remove chart from. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}