/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Spanner
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Spanner/ReplicaInfo.php (1238B)
defaultLeaderLocation = $defaultLeaderLocation;
}
public function getDefaultLeaderLocation()
{
return $this->defaultLeaderLocation;
}
public function setLocation($location)
{
$this->location = $location;
}
public function getLocation()
{
return $this->location;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}