Class NotificationChannelDescriptor (2.0.1)

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

A description of a notification channel. The descriptor includes the properties of the channel and the set of labels or fields that must be specified to configure channels of a given type.

Attributes

NameDescription
name str
The full REST resource name for this descriptor. The format is: :: projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[TYPE] In the above, [TYPE] is the value of the type field.
type_ str
The type of notification channel, such as "email", "sms", etc. Notification channel types are globally unique.
display_name str
A human-readable name for the notification channel type. This form of the name is suitable for a user interface.
description str
A human-readable description of the notification channel type. The description may include a description of the properties of the channel and pointers to external documentation.
labels Sequence[.label.LabelDescriptor]
The set of labels that must be defined to identify a particular channel of the corresponding type. Each label includes a description for how that field should be populated.
supported_tiers Sequence[.common.ServiceTier]
The tiers that support this notification channel; the project service tier must be one of the supported_tiers.
launch_stage .ga_launch_stage.LaunchStage
The product launch stage for channels of this type.