Reference documentation and code samples for the Stackdriver Monitoring V3 Client class NotificationChannelDescriptor.
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.
Generated from protobuf message google.monitoring.v3.NotificationChannelDescriptor
Namespace
Google \ Cloud \ Monitoring \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
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
string
The type of notification channel, such as "email" and "sms". To view the full list of channels, see Channel descriptors . Notification channel types are globally unique.
↳ display_name
string
A human-readable name for the notification channel type. This form of the name is suitable for a user interface.
↳ description
string
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
array< Google\Api\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
array
The tiers that support this notification channel; the project service tier must be one of the supported_tiers.
↳ launch_stage
int
The product launch stage for channels of this type.
getName
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.
string
setName
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.
var
string
$this
getType
The type of notification channel, such as "email" and "sms". To view the full list of channels, see Channel descriptors .
Notification channel types are globally unique.
string
setType
The type of notification channel, such as "email" and "sms". To view the full list of channels, see Channel descriptors .
Notification channel types are globally unique.
var
string
$this
getDisplayName
A human-readable name for the notification channel type. This form of the name is suitable for a user interface.
string
setDisplayName
A human-readable name for the notification channel type. This form of the name is suitable for a user interface.
var
string
$this
getDescription
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.
string
setDescription
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.
var
string
$this
getLabels
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.
setLabels
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.
$this
getSupportedTiers
The tiers that support this notification channel; the project service tier must be one of the supported_tiers.
setSupportedTiers
The tiers that support this notification channel; the project service tier must be one of the supported_tiers.
var
int[]
$this
getLaunchStage
The product launch stage for channels of this type.
int
setLaunchStage
The product launch stage for channels of this type.
var
int
$this