bucketSize = $bucketSize; } public function getBucketSize() { return $this->bucketSize; } /** * @param GooglePrivacyDlpV2Value */ public function setLowerBound(GooglePrivacyDlpV2Value $lowerBound) { $this->lowerBound = $lowerBound; } /** * @return GooglePrivacyDlpV2Value */ public function getLowerBound() { return $this->lowerBound; } /** * @param GooglePrivacyDlpV2Value */ public function setUpperBound(GooglePrivacyDlpV2Value $upperBound) { $this->upperBound = $upperBound; } /** * @return GooglePrivacyDlpV2Value */ public function getUpperBound() { return $this->upperBound; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2FixedSizeBucketingConfig::class, 'Google_Service_DLP_GooglePrivacyDlpV2FixedSizeBucketingConfig');