Class: Google::Apis::DataprocV1::AccessSparkApplicationStageAttemptResponse

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) ⇒ AccessSparkApplicationStageAttemptResponse

Returns a new instance of AccessSparkApplicationStageAttemptResponse.



301
302
303
# File 'lib/google/apis/dataproc_v1/classes.rb', line 301

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



299
300
301
# File 'lib/google/apis/dataproc_v1/classes.rb', line 299

def stage_data
  @stage_data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



306
307
308
# File 'lib/google/apis/dataproc_v1/classes.rb', line 306

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