Home
last modified time | relevance | path

Searched refs:GooglePrivacyDlpV2DeidentifyConfig (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2DeidentifyTemplate.php26 protected $deidentifyConfigType = GooglePrivacyDlpV2DeidentifyConfig::class;
60 * @param GooglePrivacyDlpV2DeidentifyConfig
62 public function setDeidentifyConfig(GooglePrivacyDlpV2DeidentifyConfig $deidentifyConfig)
67 * @return GooglePrivacyDlpV2DeidentifyConfig
H A DGooglePrivacyDlpV2DeidentifyContentRequest.php22 protected $deidentifyConfigType = GooglePrivacyDlpV2DeidentifyConfig::class;
42 * @param GooglePrivacyDlpV2DeidentifyConfig
44 public function setDeidentifyConfig(GooglePrivacyDlpV2DeidentifyConfig $deidentifyConfig)
49 * @return GooglePrivacyDlpV2DeidentifyConfig
H A DGooglePrivacyDlpV2ReidentifyContentRequest.php34 protected $reidentifyConfigType = GooglePrivacyDlpV2DeidentifyConfig::class;
98 * @param GooglePrivacyDlpV2DeidentifyConfig
100 public function setReidentifyConfig(GooglePrivacyDlpV2DeidentifyConfig $reidentifyConfig)
105 * @return GooglePrivacyDlpV2DeidentifyConfig
H A DGooglePrivacyDlpV2DeidentifyConfig.php20 class GooglePrivacyDlpV2DeidentifyConfig extends \Google\Model class
74 class_alias(GooglePrivacyDlpV2DeidentifyConfig::class, 'Google_Service_DLP_GooglePrivacyDlpV2Deiden…