Class: Google::Cloud::Monitoring::V3::UpdateUptimeCheckConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::UpdateUptimeCheckConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/uptime_service.rb
Overview
The protocol for the UpdateUptimeCheckConfig request.
Instance Attribute Summary collapse
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#uptime_check_config ⇒ ::Google::Cloud::Monitoring::V3::UptimeCheckConfig
Required.
Instance Attribute Details
#update_mask ⇒ ::Google::Protobuf::FieldMask
122 123 124 125 |
# File 'proto_docs/google/monitoring/v3/uptime_service.rb', line 122 class UpdateUptimeCheckConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uptime_check_config ⇒ ::Google::Cloud::Monitoring::V3::UptimeCheckConfig
122 123 124 125 |
# File 'proto_docs/google/monitoring/v3/uptime_service.rb', line 122 class UpdateUptimeCheckConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |