Class: Google::Cloud::Monitoring::Dashboard::V1::GetDashboardRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::Dashboard::V1::GetDashboardRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/dashboard/v1/dashboards_service.rb
Overview
The GetDashboard
request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns 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).
88 89 90 91 |
# File 'proto_docs/google/monitoring/dashboard/v1/dashboards_service.rb', line 88 class GetDashboardRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |