Class: Google::Monitoring::V3::UpdateNotificationChannelRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb

Overview

The +UpdateNotificationChannel+ request.

Instance Attribute Summary collapse

Instance Attribute Details

#notification_channelGoogle::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+.

Returns:

  • (Google::Monitoring::V3::NotificationChannel)

    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_maskGoogle::Protobuf::FieldMask

Returns The fields to update.

Returns:



143
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 143

class UpdateNotificationChannelRequest; end