Cloud Monitoring Dashboards V1 API - Class Google::Cloud::Monitoring::Dashboard::V1::DeleteDashboardRequest (v0.13.0)

Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API class Google::Cloud::Monitoring::Dashboard::V1::DeleteDashboardRequest.

The DeleteDashboard request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) —

    Required. The resource name of the Dashboard. The format is:

    projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID]
    

#name=

def name=(value) -> ::String
Parameter
  • value (::String) —

    Required. The resource name of the Dashboard. The format is:

    projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID]
    
Returns
  • (::String) —

    Required. The resource name of the Dashboard. The format is:

    projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID]