Class: Google::Apis::DataprocV1::AccessSparkApplicationResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::AccessSparkApplicationResponse
- 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
A summary of Spark Application
Instance Attribute Summary collapse
-
#application ⇒ Google::Apis::DataprocV1::ApplicationInfo
High level information corresponding to an application.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AccessSparkApplicationResponse
constructor
A new instance of AccessSparkApplicationResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AccessSparkApplicationResponse
Returns a new instance of AccessSparkApplicationResponse.
242 243 244 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 242 def initialize(**args) update!(**args) end |
Instance Attribute Details
#application ⇒ Google::Apis::DataprocV1::ApplicationInfo
High level information corresponding to an application.
Corresponds to the JSON property application
240 241 242 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 240 def application @application end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
247 248 249 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 247 def update!(**args) @application = args[:application] if args.key?(:application) end |