Home
last modified time | relevance | path

Searched refs:GoogleCloudSecuritycenterV1MuteConfig (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/Resource/
H A DProjectsMuteConfigs.php20 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 = [])
[all …]
H A DOrganizationsMuteConfigs.php20 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 = [])
[all …]
H A DFoldersMuteConfigs.php20 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 = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DListMuteConfigsResponse.php23 protected $muteConfigsType = GoogleCloudSecuritycenterV1MuteConfig::class;
31 * @param GoogleCloudSecuritycenterV1MuteConfig[]
38 * @return GoogleCloudSecuritycenterV1MuteConfig[]
H A DGoogleCloudSecuritycenterV1MuteConfig.php20 class GoogleCloudSecuritycenterV1MuteConfig extends \Google\Model class
152 class_alias(GoogleCloudSecuritycenterV1MuteConfig::class, 'Google_Service_SecurityCommandCenter_Goo…