Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2DetectionRule.php22 protected $hotwordRuleType = GooglePrivacyDlpV2HotwordRule::class;
26 * @param GooglePrivacyDlpV2HotwordRule
28 public function setHotwordRule(GooglePrivacyDlpV2HotwordRule $hotwordRule)
33 * @return GooglePrivacyDlpV2HotwordRule
H A DGooglePrivacyDlpV2InspectionRule.php24 protected $hotwordRuleType = GooglePrivacyDlpV2HotwordRule::class;
42 * @param GooglePrivacyDlpV2HotwordRule
44 public function setHotwordRule(GooglePrivacyDlpV2HotwordRule $hotwordRule)
49 * @return GooglePrivacyDlpV2HotwordRule
H A DGooglePrivacyDlpV2HotwordRule.php20 class GooglePrivacyDlpV2HotwordRule extends \Google\Model class
74 class_alias(GooglePrivacyDlpV2HotwordRule::class, 'Google_Service_DLP_GooglePrivacyDlpV2HotwordRule…