Class: Google::Apis::BigqueryV2::SessionInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/bigquery_v2/classes.rb,
lib/google/apis/bigquery_v2/representations.rb,
lib/google/apis/bigquery_v2/representations.rb

Overview

[Preview] Information related to sessions.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SessionInfo

Returns a new instance of SessionInfo.



8643
8644
8645
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8643

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#session_idString

Output only. The id of the session. Corresponds to the JSON property sessionId

Returns:

  • (String)


8641
8642
8643
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8641

def session_id
  @session_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8648
8649
8650
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8648

def update!(**args)
  @session_id = args[:session_id] if args.key?(:session_id)
end