defaultLeaderLocation = $defaultLeaderLocation; } /** * @return bool */ public function getDefaultLeaderLocation() { return $this->defaultLeaderLocation; } /** * @param string */ public function setLocation($location) { $this->location = $location; } /** * @return string */ public function getLocation() { return $this->location; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReplicaInfo::class, 'Google_Service_Spanner_ReplicaInfo');