cluster = $cluster; } /** * @return string */ public function getCluster() { return $this->cluster; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DataprocParameters::class, 'Google_Service_AIPlatformNotebooks_DataprocParameters');