Class: Google::Apis::MonitoringV3::AppEngine
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::MonitoringV3::AppEngine
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/monitoring_v3/classes.rb,
lib/google/apis/monitoring_v3/representations.rb,
lib/google/apis/monitoring_v3/representations.rb 
Overview
App Engine service. Learn more at https://cloud.google.com/appengine.
Instance Attribute Summary collapse
- 
  
    
      #module_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the App Engine module underlying this service.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ AppEngine 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of AppEngine.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ AppEngine
Returns a new instance of AppEngine.
      303 304 305  | 
    
      # File 'lib/google/apis/monitoring_v3/classes.rb', line 303 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#module_id ⇒ String
The ID of the App Engine module underlying this service. Corresponds to the
module_id resource label in the gae_app monitored resource (https://cloud.
google.com/monitoring/api/resources#tag_gae_app).
Corresponds to the JSON property moduleId
      301 302 303  | 
    
      # File 'lib/google/apis/monitoring_v3/classes.rb', line 301 def module_id @module_id end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      308 309 310  | 
    
      # File 'lib/google/apis/monitoring_v3/classes.rb', line 308 def update!(**args) @module_id = args[:module_id] if args.key?(:module_id) end  |