Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API class Google::Cloud::Monitoring::Dashboard::V1::GetDashboardRequest.
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).
-