Class: Google::Cloud::Monitoring::V3::GetUptimeCheckConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::GetUptimeCheckConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/uptime_service.rb
Overview
The protocol for the GetUptimeCheckConfig
request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The Uptime check configuration to retrieve. The format is:
projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID].
81 82 83 84 |
# File 'proto_docs/google/monitoring/v3/uptime_service.rb', line 81 class GetUptimeCheckConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |