Class CreateSessionRequest (2.1.0)

CreateSessionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for CreateSession][google.spanner.v1.Spanner.CreateSession].

Attributes

NameDescription
database str
Required. The database in which the new session is created.
session `.spanner.Session`
The session to create.

Inheritance

builtins.object > proto.message.Message > CreateSessionRequest