Class: Google::Monitoring::V3::UpdateNotificationChannelRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Monitoring::V3::UpdateNotificationChannelRequest
 
 
- Defined in:
 - lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb
 
Overview
The +UpdateNotificationChannel+ request.
Instance Attribute Summary collapse
- 
  
    
      #notification_channel  ⇒ Google::Monitoring::V3::NotificationChannel 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the changes to be applied to the specified notification channel.
 - 
  
    
      #update_mask  ⇒ Google::Protobuf::FieldMask 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The fields to update.
 
Instance Attribute Details
#notification_channel ⇒ Google::Monitoring::V3::NotificationChannel
Returns A description of the changes to be applied to the specified notification channel. The description must provide a definition for fields to be updated; the names of these fields should also be included in the +update_mask+.
      143  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 143 class UpdateNotificationChannelRequest; end  | 
  
#update_mask ⇒ Google::Protobuf::FieldMask
Returns The fields to update.
      143  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 143 class UpdateNotificationChannelRequest; end  |