/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Spanner
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Spanner/Instance.php (1882B)
config = $config;
}
public function getConfig()
{
return $this->config;
}
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
public function getDisplayName()
{
return $this->displayName;
}
public function setEndpointUris($endpointUris)
{
$this->endpointUris = $endpointUris;
}
public function getEndpointUris()
{
return $this->endpointUris;
}
public function setLabels($labels)
{
$this->labels = $labels;
}
public function getLabels()
{
return $this->labels;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setNodeCount($nodeCount)
{
$this->nodeCount = $nodeCount;
}
public function getNodeCount()
{
return $this->nodeCount;
}
public function setState($state)
{
$this->state = $state;
}
public function getState()
{
return $this->state;
}
}