Searched refs:GooglePrivacyDlpV2DeidentifyTemplate (Results 1 – 8 of 8) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/Resource/ |
H A D | ProjectsDeidentifyTemplates.php | 21 use Google\Service\DLP\GooglePrivacyDlpV2DeidentifyTemplate; alias 56 * @return GooglePrivacyDlpV2DeidentifyTemplate 62 return $this->call('create', [$params], GooglePrivacyDlpV2DeidentifyTemplate::class); 90 * @return GooglePrivacyDlpV2DeidentifyTemplate 96 return $this->call('get', [$params], GooglePrivacyDlpV2DeidentifyTemplate::class); 147 * @return GooglePrivacyDlpV2DeidentifyTemplate 153 return $this->call('patch', [$params], GooglePrivacyDlpV2DeidentifyTemplate::class);
|
H A D | ProjectsLocationsDeidentifyTemplates.php | 21 use Google\Service\DLP\GooglePrivacyDlpV2DeidentifyTemplate; alias 56 * @return GooglePrivacyDlpV2DeidentifyTemplate 62 return $this->call('create', [$params], GooglePrivacyDlpV2DeidentifyTemplate::class); 90 * @return GooglePrivacyDlpV2DeidentifyTemplate 96 return $this->call('get', [$params], GooglePrivacyDlpV2DeidentifyTemplate::class); 147 * @return GooglePrivacyDlpV2DeidentifyTemplate 153 return $this->call('patch', [$params], GooglePrivacyDlpV2DeidentifyTemplate::class);
|
H A D | OrganizationsDeidentifyTemplates.php | 21 use Google\Service\DLP\GooglePrivacyDlpV2DeidentifyTemplate; alias 56 * @return GooglePrivacyDlpV2DeidentifyTemplate 62 return $this->call('create', [$params], GooglePrivacyDlpV2DeidentifyTemplate::class); 90 * @return GooglePrivacyDlpV2DeidentifyTemplate 96 return $this->call('get', [$params], GooglePrivacyDlpV2DeidentifyTemplate::class); 147 * @return GooglePrivacyDlpV2DeidentifyTemplate 153 return $this->call('patch', [$params], GooglePrivacyDlpV2DeidentifyTemplate::class);
|
H A D | OrganizationsLocationsDeidentifyTemplates.php | 21 use Google\Service\DLP\GooglePrivacyDlpV2DeidentifyTemplate; alias 56 * @return GooglePrivacyDlpV2DeidentifyTemplate 62 return $this->call('create', [$params], GooglePrivacyDlpV2DeidentifyTemplate::class); 90 * @return GooglePrivacyDlpV2DeidentifyTemplate 96 return $this->call('get', [$params], GooglePrivacyDlpV2DeidentifyTemplate::class); 147 * @return GooglePrivacyDlpV2DeidentifyTemplate 153 return $this->call('patch', [$params], GooglePrivacyDlpV2DeidentifyTemplate::class);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
H A D | GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest.php | 22 protected $deidentifyTemplateType = GooglePrivacyDlpV2DeidentifyTemplate::class; 30 * @param GooglePrivacyDlpV2DeidentifyTemplate 32 public function setDeidentifyTemplate(GooglePrivacyDlpV2DeidentifyTemplate $deidentifyTemplate) 37 * @return GooglePrivacyDlpV2DeidentifyTemplate
|
H A D | GooglePrivacyDlpV2CreateDeidentifyTemplateRequest.php | 22 protected $deidentifyTemplateType = GooglePrivacyDlpV2DeidentifyTemplate::class; 34 * @param GooglePrivacyDlpV2DeidentifyTemplate 36 public function setDeidentifyTemplate(GooglePrivacyDlpV2DeidentifyTemplate $deidentifyTemplate) 41 * @return GooglePrivacyDlpV2DeidentifyTemplate
|
H A D | GooglePrivacyDlpV2ListDeidentifyTemplatesResponse.php | 23 protected $deidentifyTemplatesType = GooglePrivacyDlpV2DeidentifyTemplate::class; 31 * @param GooglePrivacyDlpV2DeidentifyTemplate[] 38 * @return GooglePrivacyDlpV2DeidentifyTemplate[]
|
H A D | GooglePrivacyDlpV2DeidentifyTemplate.php | 20 class GooglePrivacyDlpV2DeidentifyTemplate extends \Google\Model class 132 class_alias(GooglePrivacyDlpV2DeidentifyTemplate::class, 'Google_Service_DLP_GooglePrivacyDlpV2Deid…
|