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
| 645 646 647 | # File 'generated/google/apis/spanner_v1/classes.rb', line 645 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
| 643 644 645 | # File 'generated/google/apis/spanner_v1/classes.rb', line 643 def session @session end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 650 651 652 | # File 'generated/google/apis/spanner_v1/classes.rb', line 650 def update!(**args) @session = args[:session] if args.key?(:session) end |