Class: Google::Apis::DataprocV1::AccessSessionSparkApplicationStageAttemptResponse

Inherits:
Object
  • Object
show all
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

Stage Attempt for a Stage of a Spark Application

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AccessSessionSparkApplicationStageAttemptResponse

Returns a new instance of AccessSessionSparkApplicationStageAttemptResponse.



165
166
167
# File 'lib/google/apis/dataproc_v1/classes.rb', line 165

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

Instance Attribute Details

#stage_dataGoogle::Apis::DataprocV1::StageData

Data corresponding to a stage. Corresponds to the JSON property stageData



163
164
165
# File 'lib/google/apis/dataproc_v1/classes.rb', line 163

def stage_data
  @stage_data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



170
171
172
# File 'lib/google/apis/dataproc_v1/classes.rb', line 170

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