Class UpdateNotificationChannelRequest (2.9.1)

UpdateNotificationChannelRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The UpdateNotificationChannel request.

Attributes

NameDescription
update_mask google.protobuf.field_mask_pb2.FieldMask
The fields to update.
notification_channel google.cloud.monitoring_v3.types.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``.

Inheritance

builtins.object > proto.message.Message > UpdateNotificationChannelRequest