Class: Google::Cloud::Monitoring::Dashboard::V1::UpdateDashboardRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#dashboard::Google::Cloud::Monitoring::Dashboard::V1::Dashboard

Returns Required. The dashboard that will replace the existing dashboard.

Returns:



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.

Returns:

  • (::Boolean)

    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