Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::UpdateNotificationChannelRequest.
The UpdateNotificationChannel
request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#notification_channel
def notification_channel() -> ::Google::Cloud::Monitoring::V3::NotificationChannel
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
.
#notification_channel=
def notification_channel=(value) -> ::Google::Cloud::Monitoring::V3::NotificationChannel
Parameter
-
value (::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
.
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
.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — The fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — The fields to update.
Returns
- (::Google::Protobuf::FieldMask) — The fields to update.