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.



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

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



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

def stage_data
  @stage_data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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