Class: Google::Spanner::V1::CreateSessionRequest
- Inherits:
-
Object
- Object
- Google::Spanner::V1::CreateSessionRequest
- Defined in:
- lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb
Overview
The request for CreateSession.
Instance Attribute Summary collapse
-
#database ⇒ String
Required.
Instance Attribute Details
#database ⇒ String
Returns Required. The database in which the new session is created.
22 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 22 class CreateSessionRequest; end |