partitionUuid = $partitionUuid; } /** * @return string */ public function getPartitionUuid() { return $this->partitionUuid; } /** * Relative path of the file in the partition as a JSON encoded string. * Example: /home/user1/executable_file.sh * * @param string $relativePath */ public function setRelativePath($relativePath) { $this->relativePath = $relativePath; } /** * @return string */ public function getRelativePath() { return $this->relativePath; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV2DiskPath::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV2DiskPath');