conditions = $conditions; } /** * @return Google_Service_FirebaseRemoteConfig_RemoteConfigCondition */ public function getConditions() { return $this->conditions; } /** * @param Google_Service_FirebaseRemoteConfig_RemoteConfigParameter */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_FirebaseRemoteConfig_RemoteConfigParameter */ public function getParameters() { return $this->parameters; } }