isFailoverReplicaAvailable = $isFailoverReplicaAvailable; } /** * @return bool */ public function getIsFailoverReplicaAvailable() { return $this->isFailoverReplicaAvailable; } /** * @param string */ public function setPrimaryGceZone($primaryGceZone) { $this->primaryGceZone = $primaryGceZone; } /** * @return string */ public function getPrimaryGceZone() { return $this->primaryGceZone; } /** * @param string */ public function setSecondaryGceZone($secondaryGceZone) { $this->secondaryGceZone = $secondaryGceZone; } /** * @return string */ public function getSecondaryGceZone() { return $this->secondaryGceZone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FetchDatabasePropertiesResponse::class, 'Google_Service_CloudComposer_FetchDatabasePropertiesResponse');