Class: Google::Apis::DataprocV1::AccessSessionSparkApplicationEnvironmentInfoResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::AccessSessionSparkApplicationEnvironmentInfoResponse
- 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
-
#application_environment_info ⇒ Google::Apis::DataprocV1::ApplicationEnvironmentInfo
Details about the Environment that the application is running in.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AccessSessionSparkApplicationEnvironmentInfoResponse
constructor
A new instance of AccessSessionSparkApplicationEnvironmentInfoResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AccessSessionSparkApplicationEnvironmentInfoResponse
Returns a new instance of AccessSessionSparkApplicationEnvironmentInfoResponse.
70 71 72 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 70 def initialize(**args) update!(**args) end |
Instance Attribute Details
#application_environment_info ⇒ Google::Apis::DataprocV1::ApplicationEnvironmentInfo
Details about the Environment that the application is running in.
Corresponds to the JSON property applicationEnvironmentInfo
68 69 70 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 68 def application_environment_info @application_environment_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
75 76 77 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 75 def update!(**args) @application_environment_info = args[:application_environment_info] if args.key?(:application_environment_info) end |