Home
last modified time | relevance | path

Searched refs:NotificationChannel (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/Resource/
H A DProjectsNotificationChannels.php24 use Google\Service\Monitoring\NotificationChannel; alias
50 * @param NotificationChannel $postBody
52 * @return NotificationChannel
58 return $this->call('create', [$params], NotificationChannel::class);
92 * @return NotificationChannel
98 return $this->call('get', [$params], NotificationChannel::class);
177 * @param NotificationChannel $postBody
181 * @return NotificationChannel
187 return $this->call('patch', [$params], NotificationChannel::class);
214 * @return NotificationChannel
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DListNotificationChannelsResponse.php27 protected $notificationChannelsType = NotificationChannel::class;
49 * @param NotificationChannel[]
56 * @return NotificationChannel[]
H A DNotificationChannel.php20 class NotificationChannel extends \Google\Collection class
203 class_alias(NotificationChannel::class, 'Google_Service_Monitoring_NotificationChannel');