Home
last modified time | relevance | path

Searched refs:GooglePrivacyDlpV2DeidentifyTemplate (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/Resource/
H A DProjectsDeidentifyTemplates.php21 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 DProjectsLocationsDeidentifyTemplates.php21 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 DOrganizationsDeidentifyTemplates.php21 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 DOrganizationsLocationsDeidentifyTemplates.php21 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 DGooglePrivacyDlpV2UpdateDeidentifyTemplateRequest.php22 protected $deidentifyTemplateType = GooglePrivacyDlpV2DeidentifyTemplate::class;
30 * @param GooglePrivacyDlpV2DeidentifyTemplate
32 public function setDeidentifyTemplate(GooglePrivacyDlpV2DeidentifyTemplate $deidentifyTemplate)
37 * @return GooglePrivacyDlpV2DeidentifyTemplate
H A DGooglePrivacyDlpV2CreateDeidentifyTemplateRequest.php22 protected $deidentifyTemplateType = GooglePrivacyDlpV2DeidentifyTemplate::class;
34 * @param GooglePrivacyDlpV2DeidentifyTemplate
36 public function setDeidentifyTemplate(GooglePrivacyDlpV2DeidentifyTemplate $deidentifyTemplate)
41 * @return GooglePrivacyDlpV2DeidentifyTemplate
H A DGooglePrivacyDlpV2ListDeidentifyTemplatesResponse.php23 protected $deidentifyTemplatesType = GooglePrivacyDlpV2DeidentifyTemplate::class;
31 * @param GooglePrivacyDlpV2DeidentifyTemplate[]
38 * @return GooglePrivacyDlpV2DeidentifyTemplate[]
H A DGooglePrivacyDlpV2DeidentifyTemplate.php20 class GooglePrivacyDlpV2DeidentifyTemplate extends \Google\Model class
132 class_alias(GooglePrivacyDlpV2DeidentifyTemplate::class, 'Google_Service_DLP_GooglePrivacyDlpV2Deid…