/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Spanner
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Spanner/Field.php (1147B)
name = $name;
}
public function getName()
{
return $this->name;
}
/**
* @param Google_Service_Spanner_Type
*/
public function setType(Google_Service_Spanner_Type $type)
{
$this->type = $type;
}
/**
* @return Google_Service_Spanner_Type
*/
public function getType()
{
return $this->type;
}
}