Class: Google::Apis::BigqueryV2::SessionInfo
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryV2::SessionInfo
- 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
Instance Attribute Summary collapse
-
#session_id ⇒ String
[Output-only] // [Preview] Id of the session.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SessionInfo
constructor
A new instance of SessionInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SessionInfo
Returns a new instance of SessionInfo.
5940 5941 5942 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 5940 def initialize(**args) update!(**args) end |
Instance Attribute Details
#session_id ⇒ String
[Output-only] // [Preview] Id of the session.
Corresponds to the JSON property sessionId
5938 5939 5940 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 5938 def session_id @session_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5945 5946 5947 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 5945 def update!(**args) @session_id = args[:session_id] if args.key?(:session_id) end |