/var/www/flurhymez/vendor/google/apiclient-services/src/Spanner
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Spanner/CreateDatabaseRequest.php (1947B)
createStatement = $createStatement;
}
/**
* @return string
*/
public function getCreateStatement()
{
return $this->createStatement;
}
/**
* @param EncryptionConfig
*/
public function setEncryptionConfig(EncryptionConfig $encryptionConfig)
{
$this->encryptionConfig = $encryptionConfig;
}
/**
* @return EncryptionConfig
*/
public function getEncryptionConfig()
{
return $this->encryptionConfig;
}
/**
* @param string[]
*/
public function setExtraStatements($extraStatements)
{
$this->extraStatements = $extraStatements;
}
/**
* @return string[]
*/
public function getExtraStatements()
{
return $this->extraStatements;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CreateDatabaseRequest::class, 'Google_Service_Spanner_CreateDatabaseRequest');