Lines Matching refs:NotificationConfig
21 use Google\Service\SecurityCommandCenter\NotificationConfig; alias
39 * @param NotificationConfig $postBody
45 * @return NotificationConfig
47 public function create($parent, NotificationConfig $postBody, $optParams = [])
51 return $this->call('create', [$params], NotificationConfig::class);
73 * @return NotificationConfig
79 return $this->call('get', [$params], NotificationConfig::class);
113 * @param NotificationConfig $postBody
118 * @return NotificationConfig
120 public function patch($name, NotificationConfig $postBody, $optParams = [])
124 return $this->call('patch', [$params], NotificationConfig::class);