Class: Google::Cloud::Monitoring::Dashboard::V1::UpdateDashboardRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::Dashboard::V1::UpdateDashboardRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/dashboard/v1/dashboards_service.rb
Overview
The UpdateDashboard
request.
Instance Attribute Summary collapse
-
#dashboard ⇒ ::Google::Cloud::Monitoring::Dashboard::V1::Dashboard
Required.
-
#validate_only ⇒ ::Boolean
If set, validate the request and preview the review, but do not actually save it.
Instance Attribute Details
#dashboard ⇒ ::Google::Cloud::Monitoring::Dashboard::V1::Dashboard
Returns Required. The dashboard that will replace the existing dashboard.
112 113 114 115 |
# File 'proto_docs/google/monitoring/dashboard/v1/dashboards_service.rb', line 112 class UpdateDashboardRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns If set, validate the request and preview the review, but do not actually save it.
112 113 114 115 |
# File 'proto_docs/google/monitoring/dashboard/v1/dashboards_service.rb', line 112 class UpdateDashboardRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |