Class: Google::Cloud::Monitoring::V3::CreateUptimeCheckConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::CreateUptimeCheckConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/uptime_service.rb
Overview
The protocol for the CreateUptimeCheckConfig
request.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#uptime_check_config ⇒ ::Google::Cloud::Monitoring::V3::UptimeCheckConfig
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The project in which to create the Uptime check. The format is:
projects/[PROJECT_ID_OR_NUMBER].
97 98 99 100 |
# File 'proto_docs/google/monitoring/v3/uptime_service.rb', line 97 class CreateUptimeCheckConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uptime_check_config ⇒ ::Google::Cloud::Monitoring::V3::UptimeCheckConfig
Returns Required. The new Uptime check configuration.
97 98 99 100 |
# File 'proto_docs/google/monitoring/v3/uptime_service.rb', line 97 class CreateUptimeCheckConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |