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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb

Overview

The protocol for the +CreateUptimeCheckConfig+ request.

Instance Attribute Summary collapse

Instance Attribute Details

#parentString

Returns The project in which to create the uptime check. The format is +projects/[PROJECT_ID]+.

Returns:

  • (String)

    The project in which to create the uptime check. The format is +projects/[PROJECT_ID]+.



68
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb', line 68

class CreateUptimeCheckConfigRequest; end

#uptime_check_configGoogle::Monitoring::V3::UptimeCheckConfig

Returns The new uptime check configuration.

Returns:



68
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb', line 68

class CreateUptimeCheckConfigRequest; end