Class: Google::Monitoring::V3::GetAlertPolicyRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Monitoring::V3::GetAlertPolicyRequest
 
 
- Defined in:
 - lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/alert_service.rb
 
Overview
The protocol for the +GetAlertPolicy+ request.
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The alerting policy to retrieve.
 
Instance Attribute Details
#name ⇒ String
Returns The alerting policy to retrieve. The format is
projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
  
      42  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/alert_service.rb', line 42 class GetAlertPolicyRequest; end  |