Class: Google::Apis::DataprocV1::AccessSparkApplicationEnvironmentInfoResponse

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

Environment details of a Saprk Application.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AccessSparkApplicationEnvironmentInfoResponse

Returns a new instance of AccessSparkApplicationEnvironmentInfoResponse.



205
206
207
# File 'lib/google/apis/dataproc_v1/classes.rb', line 205

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

Instance Attribute Details

#application_environment_infoGoogle::Apis::DataprocV1::ApplicationEnvironmentInfo

Details about the Environment that the application is running in. Corresponds to the JSON property applicationEnvironmentInfo



203
204
205
# File 'lib/google/apis/dataproc_v1/classes.rb', line 203

def application_environment_info
  @application_environment_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



210
211
212
# File 'lib/google/apis/dataproc_v1/classes.rb', line 210

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