Lines Matching refs:GoogleCloudSecuritycenterV1MuteConfig
20 use Google\Service\SecurityCommandCenter\GoogleCloudSecuritycenterV1MuteConfig; alias
40 * @param GoogleCloudSecuritycenterV1MuteConfig $postBody
47 * @return GoogleCloudSecuritycenterV1MuteConfig
49 public function create($parent, GoogleCloudSecuritycenterV1MuteConfig $postBody, $optParams = [])
53 return $this->call('create', [$params], GoogleCloudSecuritycenterV1MuteConfig::class);
79 * @return GoogleCloudSecuritycenterV1MuteConfig
85 return $this->call('get', [$params], GoogleCloudSecuritycenterV1MuteConfig::class);
118 * @param GoogleCloudSecuritycenterV1MuteConfig $postBody
123 * @return GoogleCloudSecuritycenterV1MuteConfig
125 public function patch($name, GoogleCloudSecuritycenterV1MuteConfig $postBody, $optParams = [])
129 return $this->call('patch', [$params], GoogleCloudSecuritycenterV1MuteConfig::class);