mountPoint = $mountPoint; } /** * @return string */ public function getMountPoint() { return $this->mountPoint; } /** * @param string */ public function setPath($path) { $this->path = $path; } /** * @return string */ public function getPath() { return $this->path; } /** * @param string */ public function setServer($server) { $this->server = $server; } /** * @return string */ public function getServer() { return $this->server; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1NfsMount::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1NfsMount');