Class: Google::Monitoring::V3::CreateUptimeCheckConfigRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Monitoring::V3::CreateUptimeCheckConfigRequest
 
 
- 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
- 
  
    
      #parent  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The project in which to create the uptime check.
 - 
  
    
      #uptime_check_config  ⇒ Google::Monitoring::V3::UptimeCheckConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new uptime check configuration.
 
Instance Attribute Details
#parent ⇒ String
Returns 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_config ⇒ Google::Monitoring::V3::UptimeCheckConfig
Returns The new uptime check configuration.
      68  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb', line 68 class CreateUptimeCheckConfigRequest; end  |