Class Google::Cloud::Monitoring::Dashboard::V1::GetDashboardRequest (v0.6.6)

The GetDashboard 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 one of:

    • dashboards/[DASHBOARD_ID] (for system dashboards)
    • projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID] (for custom dashboards).

#name=

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

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

    • dashboards/[DASHBOARD_ID] (for system dashboards)
    • projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID] (for custom dashboards).
Returns
  • (::String) —

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

    • dashboards/[DASHBOARD_ID] (for system dashboards)
    • projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID] (for custom dashboards).