Home
last modified time | relevance | path

Searched refs:deidentifyTemplate (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGooglePrivacyDlpV2UpdateDeidentifyTemplateRequest.php32 public function setDeidentifyTemplate(GooglePrivacyDlpV2DeidentifyTemplate $deidentifyTemplate) argument
34 $this->deidentifyTemplate = $deidentifyTemplate;
41 return $this->deidentifyTemplate;
DGooglePrivacyDlpV2CreateDeidentifyTemplateRequest.php36 public function setDeidentifyTemplate(GooglePrivacyDlpV2DeidentifyTemplate $deidentifyTemplate) argument
38 $this->deidentifyTemplate = $deidentifyTemplate;
45 return $this->deidentifyTemplate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3SecuritySettings.php26 public $deidentifyTemplate; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3SecuritySettings
61 public function setDeidentifyTemplate($deidentifyTemplate) argument
63 $this->deidentifyTemplate = $deidentifyTemplate;
70 return $this->deidentifyTemplate;