Home
last modified time | relevance | path

Searched refs:GooglePrivacyDlpV2Range (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Location.php23 protected $byteRangeType = GooglePrivacyDlpV2Range::class;
25 protected $codepointRangeType = GooglePrivacyDlpV2Range::class;
33 * @param GooglePrivacyDlpV2Range
35 public function setByteRange(GooglePrivacyDlpV2Range $byteRange)
40 * @return GooglePrivacyDlpV2Range
47 * @param GooglePrivacyDlpV2Range
49 public function setCodepointRange(GooglePrivacyDlpV2Range $codepointRange)
54 * @return GooglePrivacyDlpV2Range
H A DGooglePrivacyDlpV2Range.php20 class GooglePrivacyDlpV2Range extends \Google\Model class
62 class_alias(GooglePrivacyDlpV2Range::class, 'Google_Service_DLP_GooglePrivacyDlpV2Range');