partitionId = $partitionId; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2PartitionId */ public function getPartitionId() { return $this->partitionId; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2PathElement */ public function setPath($path) { $this->path = $path; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2PathElement */ public function getPath() { return $this->path; } }