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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/notification_service.rb

Overview

The UpdateNotificationChannel request.

Instance Attribute Summary collapse

Instance Attribute Details

#notification_channel::Google::Cloud::Monitoring::V3::NotificationChannel

Returns Required. 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::Cloud::Monitoring::V3::NotificationChannel)

    Required. 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.



180
181
182
183
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 180

class UpdateNotificationChannelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns The fields to update.

Returns:



180
181
182
183
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 180

class UpdateNotificationChannelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end