Class: Google::Apis::MonitoringV3::Custom
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::MonitoringV3::Custom
 
 
- 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
Use a custom service to designate a service that you want to monitor when none of the other service types (like App Engine, Cloud Run, or a GKE type) matches your intended service.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ Custom 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Custom.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ Custom
Returns a new instance of Custom.
      1085 1086 1087  | 
    
      # File 'lib/google/apis/monitoring_v3/classes.rb', line 1085 def initialize(**args) update!(**args) end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1090 1091  | 
    
      # File 'lib/google/apis/monitoring_v3/classes.rb', line 1090 def update!(**args) end  |