Home
last modified time | relevance | path

Searched refs:GooglePrivacyDlpV2Value (Results 1 – 12 of 12) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Bucket.php22 protected $maxType = GooglePrivacyDlpV2Value::class;
24 protected $minType = GooglePrivacyDlpV2Value::class;
26 protected $replacementValueType = GooglePrivacyDlpV2Value::class;
30 * @param GooglePrivacyDlpV2Value
32 public function setMax(GooglePrivacyDlpV2Value $max)
37 * @return GooglePrivacyDlpV2Value
44 * @param GooglePrivacyDlpV2Value
46 public function setMin(GooglePrivacyDlpV2Value $min)
51 * @return GooglePrivacyDlpV2Value
58 * @param GooglePrivacyDlpV2Value
[all …]
H A DGooglePrivacyDlpV2NumericalStatsResult.php23 protected $maxValueType = GooglePrivacyDlpV2Value::class;
25 protected $minValueType = GooglePrivacyDlpV2Value::class;
27 protected $quantileValuesType = GooglePrivacyDlpV2Value::class;
31 * @param GooglePrivacyDlpV2Value
33 public function setMaxValue(GooglePrivacyDlpV2Value $maxValue)
38 * @return GooglePrivacyDlpV2Value
45 * @param GooglePrivacyDlpV2Value
47 public function setMinValue(GooglePrivacyDlpV2Value $minValue)
52 * @return GooglePrivacyDlpV2Value
59 * @param GooglePrivacyDlpV2Value[]
[all …]
H A DGooglePrivacyDlpV2FixedSizeBucketingConfig.php23 protected $lowerBoundType = GooglePrivacyDlpV2Value::class;
25 protected $upperBoundType = GooglePrivacyDlpV2Value::class;
37 * @param GooglePrivacyDlpV2Value
39 public function setLowerBound(GooglePrivacyDlpV2Value $lowerBound)
44 * @return GooglePrivacyDlpV2Value
51 * @param GooglePrivacyDlpV2Value
53 public function setUpperBound(GooglePrivacyDlpV2Value $upperBound)
58 * @return GooglePrivacyDlpV2Value
H A DGooglePrivacyDlpV2ReplaceValueConfig.php22 protected $newValueType = GooglePrivacyDlpV2Value::class;
26 * @param GooglePrivacyDlpV2Value
28 public function setNewValue(GooglePrivacyDlpV2Value $newValue)
33 * @return GooglePrivacyDlpV2Value
H A DGooglePrivacyDlpV2ValueFrequency.php26 protected $valueType = GooglePrivacyDlpV2Value::class;
44 * @param GooglePrivacyDlpV2Value
46 public function setValue(GooglePrivacyDlpV2Value $value)
51 * @return GooglePrivacyDlpV2Value
H A DGooglePrivacyDlpV2Condition.php28 protected $valueType = GooglePrivacyDlpV2Value::class;
60 * @param GooglePrivacyDlpV2Value
62 public function setValue(GooglePrivacyDlpV2Value $value)
67 * @return GooglePrivacyDlpV2Value
H A DGooglePrivacyDlpV2Row.php23 protected $valuesType = GooglePrivacyDlpV2Value::class;
27 * @param GooglePrivacyDlpV2Value[]
34 * @return GooglePrivacyDlpV2Value[]
H A DGooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues.php24 protected $quasiIdsValuesType = GooglePrivacyDlpV2Value::class;
36 * @param GooglePrivacyDlpV2Value[]
43 * @return GooglePrivacyDlpV2Value[]
H A DGooglePrivacyDlpV2KAnonymityEquivalenceClass.php27 protected $quasiIdsValuesType = GooglePrivacyDlpV2Value::class;
45 * @param GooglePrivacyDlpV2Value[]
52 * @return GooglePrivacyDlpV2Value[]
H A DGooglePrivacyDlpV2KMapEstimationQuasiIdValues.php27 protected $quasiIdsValuesType = GooglePrivacyDlpV2Value::class;
45 * @param GooglePrivacyDlpV2Value[]
52 * @return GooglePrivacyDlpV2Value[]
H A DGooglePrivacyDlpV2LDiversityEquivalenceClass.php31 protected $quasiIdsValuesType = GooglePrivacyDlpV2Value::class;
65 * @param GooglePrivacyDlpV2Value[]
72 * @return GooglePrivacyDlpV2Value[]
H A DGooglePrivacyDlpV2Value.php20 class GooglePrivacyDlpV2Value extends \Google\Model class
157 class_alias(GooglePrivacyDlpV2Value::class, 'Google_Service_DLP_GooglePrivacyDlpV2Value');