Class: Google::Apis::SpannerV1::CreateSessionRequest
- Inherits:
-
Object
- Object
- Google::Apis::SpannerV1::CreateSessionRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/spanner_v1/classes.rb,
generated/google/apis/spanner_v1/representations.rb,
generated/google/apis/spanner_v1/representations.rb
Overview
The request for CreateSession.
Instance Attribute Summary collapse
-
#session ⇒ Google::Apis::SpannerV1::Session
A session in the Cloud Spanner API.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CreateSessionRequest
constructor
A new instance of CreateSessionRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CreateSessionRequest
Returns a new instance of CreateSessionRequest
643 644 645 |
# File 'generated/google/apis/spanner_v1/classes.rb', line 643 def initialize(**args) update!(**args) end |
Instance Attribute Details
#session ⇒ Google::Apis::SpannerV1::Session
A session in the Cloud Spanner API.
Corresponds to the JSON property session
641 642 643 |
# File 'generated/google/apis/spanner_v1/classes.rb', line 641 def session @session end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
648 649 650 |
# File 'generated/google/apis/spanner_v1/classes.rb', line 648 def update!(**args) @session = args[:session] if args.key?(:session) end |