byteRange = $byteRange; } /** * @return GooglePrivacyDlpV2Range */ public function getByteRange() { return $this->byteRange; } /** * @param GooglePrivacyDlpV2Range */ public function setCodepointRange(GooglePrivacyDlpV2Range $codepointRange) { $this->codepointRange = $codepointRange; } /** * @return GooglePrivacyDlpV2Range */ public function getCodepointRange() { return $this->codepointRange; } /** * @param GooglePrivacyDlpV2Container */ public function setContainer(GooglePrivacyDlpV2Container $container) { $this->container = $container; } /** * @return GooglePrivacyDlpV2Container */ public function getContainer() { return $this->container; } /** * @param GooglePrivacyDlpV2ContentLocation[] */ public function setContentLocations($contentLocations) { $this->contentLocations = $contentLocations; } /** * @return GooglePrivacyDlpV2ContentLocation[] */ public function getContentLocations() { return $this->contentLocations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2Location::class, 'Google_Service_DLP_GooglePrivacyDlpV2Location');