ProjectsNotificationChannelDescriptors
class ProjectsNotificationChannelDescriptors extends Resource (View source)
The "notificationChannelDescriptors" collection of methods.
Typical usage is:
$monitoringService = new Google\Service\Monitoring(...);
$notificationChannelDescriptors = $monitoringService->projects_notificationChannelDescriptors;
Methods
Gets a single channel descriptor. The descriptor indicates which fields are expected / permitted for a notification channel of the given type.
Lists the descriptors for supported channel types. The use of descriptors makes it possible for new channel types to be dynamically added.
Details
NotificationChannelDescriptor
get(string $name, array $optParams = [])
Gets a single channel descriptor. The descriptor indicates which fields are expected / permitted for a notification channel of the given type.
(notificationChannelDescriptors.get)
ListNotificationChannelDescriptorsResponse
listProjectsNotificationChannelDescriptors(string $name, array $optParams = [])
Lists the descriptors for supported channel types. The use of descriptors makes it possible for new channel types to be dynamically added.
(notificationChannelDescriptors.listProjectsNotificationChannelDescriptors)