Class: Google::Apis::DataprocV1::AccessSparkApplicationSqlQueryResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::AccessSparkApplicationSqlQueryResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataproc_v1/classes.rb,
lib/google/apis/dataproc_v1/representations.rb,
lib/google/apis/dataproc_v1/representations.rb
Overview
Details of a query for a Spark Application
Instance Attribute Summary collapse
-
#execution_data ⇒ Google::Apis::DataprocV1::SqlExecutionUiData
SQL Execution Data Corresponds to the JSON property
executionData.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AccessSparkApplicationSqlQueryResponse
constructor
A new instance of AccessSparkApplicationSqlQueryResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AccessSparkApplicationSqlQueryResponse
Returns a new instance of AccessSparkApplicationSqlQueryResponse.
261 262 263 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 261 def initialize(**args) update!(**args) end |
Instance Attribute Details
#execution_data ⇒ Google::Apis::DataprocV1::SqlExecutionUiData
SQL Execution Data
Corresponds to the JSON property executionData
259 260 261 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 259 def execution_data @execution_data end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
266 267 268 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 266 def update!(**args) @execution_data = args[:execution_data] if args.key?(:execution_data) end |