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.
 - 
  
    
      #session  ⇒ Google::Spanner::V1::Session 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The session to create.
 
Instance Attribute Details
#database ⇒ String
Returns Required. The database in which the new session is created.
      25  | 
    
      # File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 25 class CreateSessionRequest; end  | 
  
#session ⇒ Google::Spanner::V1::Session
Returns The session to create.
      25  | 
    
      # File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 25 class CreateSessionRequest; end  |