Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API class Google::Cloud::Monitoring::Dashboard::V1::UpdateDashboardRequest.
The UpdateDashboard
request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dashboard
def dashboard() -> ::Google::Cloud::Monitoring::Dashboard::V1::Dashboard
Returns
- (::Google::Cloud::Monitoring::Dashboard::V1::Dashboard) — Required. The dashboard that will replace the existing dashboard.
#dashboard=
def dashboard=(value) -> ::Google::Cloud::Monitoring::Dashboard::V1::Dashboard
Parameter
- value (::Google::Cloud::Monitoring::Dashboard::V1::Dashboard) — Required. The dashboard that will replace the existing dashboard.
Returns
- (::Google::Cloud::Monitoring::Dashboard::V1::Dashboard) — Required. The dashboard that will replace the existing dashboard.
#validate_only
def validate_only() -> ::Boolean
Returns
- (::Boolean) — If set, validate the request and preview the review, but do not actually save it.
#validate_only=
def validate_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — If set, validate the request and preview the review, but do not actually save it.
Returns
- (::Boolean) — If set, validate the request and preview the review, but do not actually save it.