| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationChannelDescriptor |
NotificationChannelDescriptor.clone() |
NotificationChannelDescriptor |
NotificationChannelDescriptor.set(java.lang.String fieldName,
java.lang.Object value) |
NotificationChannelDescriptor |
NotificationChannelDescriptor.setDescription(java.lang.String description)
A human-readable description of the notification channel type.
|
NotificationChannelDescriptor |
NotificationChannelDescriptor.setDisplayName(java.lang.String displayName)
A human-readable name for the notification channel type.
|
NotificationChannelDescriptor |
NotificationChannelDescriptor.setLabels(java.util.List<LabelDescriptor> labels)
The set of labels that must be defined to identify a particular channel of the corresponding
type.
|
NotificationChannelDescriptor |
NotificationChannelDescriptor.setName(java.lang.String name)
The full REST resource name for this descriptor.
|
NotificationChannelDescriptor |
NotificationChannelDescriptor.setSupportedTiers(java.util.List<java.lang.String> supportedTiers)
The tiers that support this notification channel; the project service tier must be one of the
supported_tiers.
|
NotificationChannelDescriptor |
NotificationChannelDescriptor.setType(java.lang.String type)
The type of notification channel, such as "email", "sms", etc.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NotificationChannelDescriptor> |
ListNotificationChannelDescriptorsResponse.getChannelDescriptors()
The monitored resource descriptors supported for the specified project, optionally filtered.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotificationChannelDescriptorsResponse |
ListNotificationChannelDescriptorsResponse.setChannelDescriptors(java.util.List<NotificationChannelDescriptor> channelDescriptors)
The monitored resource descriptors supported for the specified project, optionally filtered.
|