CreateSessionRequest
class CreateSessionRequest extends Message
The request for [CreateSession][google.spanner.v1.Spanner.CreateSession].
Protobuf type Google\Spanner\V1\CreateSessionRequest
Methods
__construct()
No description
string
getDatabase()
Required. The database in which the new session is created.
setDatabase(string $var)
Required. The database in which the new session is created.
Details
at line 25
__construct()
at line 36
string
getDatabase()
Required. The database in which the new session is created.
Generated from protobuf field string database = 1;
at line 47
setDatabase(string $var)
Required. The database in which the new session is created.
Generated from protobuf field string database = 1;