Class: Google::Monitoring::V3::DeleteNotificationChannelRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Monitoring::V3::DeleteNotificationChannelRequest
 
 
- Defined in:
 - lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb
 
Overview
The +DeleteNotificationChannel+ request.
Instance Attribute Summary collapse
- 
  
    
      #force  ⇒ true, false 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If true, the notification channel will be deleted regardless of its use in alert policies (the policies will be updated to remove the channel).
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The channel for which to execute the request.
 
Instance Attribute Details
#force ⇒ true, false
Returns If true, the notification channel will be deleted regardless of its use in alert policies (the policies will be updated to remove the channel). If false, channels that are still referenced by an existing alerting policy will fail to be deleted in a delete operation.
      156  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 156 class DeleteNotificationChannelRequest; end  | 
  
#name ⇒ String
Returns The channel for which to execute the request. The format is +projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]+.
      156  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 156 class DeleteNotificationChannelRequest; end  |