path = $path; } /** * @return string */ public function getPath() { return $this->path; } /** * @param bool */ public function setReadOnly($readOnly) { $this->readOnly = $readOnly; } /** * @return bool */ public function getReadOnly() { return $this->readOnly; } /** * @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(GoogleCloudRunV2NFSVolumeSource::class, 'Google_Service_CloudRun_GoogleCloudRunV2NFSVolumeSource');