Class: Google::Cloud::Monitoring::V3::UpdateNotificationChannelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::UpdateNotificationChannelRequest
- 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
-
#notification_channel ⇒ ::Google::Cloud::Monitoring::V3::NotificationChannel
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The fields to update.
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
.
186 187 188 189 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 186 class UpdateNotificationChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The fields to update.
186 187 188 189 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 186 class UpdateNotificationChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |