Class: Google::Cloud::Monitoring::V3::CreateUptimeCheckConfigRequest

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

Instance Attribute Details

#parent::String

Returns Required. The project in which to create the Uptime check. The format is:

projects/[PROJECT_ID_OR_NUMBER].

Returns:

  • (::String)

    Required. The project in which to create the Uptime check. The format is:

    projects/[PROJECT_ID_OR_NUMBER]
    


86
87
88
89
# File 'proto_docs/google/monitoring/v3/uptime_service.rb', line 86

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.

Returns:



86
87
88
89
# File 'proto_docs/google/monitoring/v3/uptime_service.rb', line 86

class CreateUptimeCheckConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end