secondaryClusterNames = $secondaryClusterNames; } /** * @return string[] */ public function getSecondaryClusterNames() { return $this->secondaryClusterNames; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PrimaryConfig::class, 'Google_Service_CloudAlloyDBAdmin_PrimaryConfig');