byteRange = $byteRange; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Range */ public function getByteRange() { return $this->byteRange; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Range */ public function setCodepointRange(Google_Service_DLP_GooglePrivacyDlpV2Range $codepointRange) { $this->codepointRange = $codepointRange; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Range */ public function getCodepointRange() { return $this->codepointRange; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ContentLocation */ public function setContentLocations($contentLocations) { $this->contentLocations = $contentLocations; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ContentLocation */ public function getContentLocations() { return $this->contentLocations; } }