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/
DProjectsNotificationChannels.php24 use Google\Service\Monitoring\NotificationChannel; alias
50 * @param NotificationChannel $postBody
52 * @return NotificationChannel
54 public function create($name, NotificationChannel $postBody, $optParams = [])
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
183 public function patch($name, NotificationChannel $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
DListNotificationChannelsResponse.php27 protected $notificationChannelsType = NotificationChannel::class;
49 * @param NotificationChannel[]
56 * @return NotificationChannel[]
DNotificationChannel.php20 class NotificationChannel extends \Google\Collection class
203 class_alias(NotificationChannel::class, 'Google_Service_Monitoring_NotificationChannel');