Searched refs:NotificationChannel (Results 1 – 3 of 3) sorted by relevance
24 use Google\Service\Monitoring\NotificationChannel; alias50 * @param NotificationChannel $postBody52 * @return NotificationChannel54 public function create($name, NotificationChannel $postBody, $optParams = [])58 return $this->call('create', [$params], NotificationChannel::class);92 * @return NotificationChannel98 return $this->call('get', [$params], NotificationChannel::class);177 * @param NotificationChannel $postBody181 * @return NotificationChannel183 public function patch($name, NotificationChannel $postBody, $optParams = [])[all …]
27 protected $notificationChannelsType = NotificationChannel::class;49 * @param NotificationChannel[]56 * @return NotificationChannel[]
20 class NotificationChannel extends \Google\Collection class203 class_alias(NotificationChannel::class, 'Google_Service_Monitoring_NotificationChannel');