Class: Google::Apis::DataprocV1beta2::DiagnoseClusterResults
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1beta2::DiagnoseClusterResults
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dataproc_v1beta2/classes.rb,
generated/google/apis/dataproc_v1beta2/representations.rb,
generated/google/apis/dataproc_v1beta2/representations.rb
Overview
The location of diagnostic output.
Instance Attribute Summary collapse
-
#output_uri ⇒ String
Output-only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DiagnoseClusterResults
constructor
A new instance of DiagnoseClusterResults.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DiagnoseClusterResults
Returns a new instance of DiagnoseClusterResults
405 406 407 |
# File 'generated/google/apis/dataproc_v1beta2/classes.rb', line 405 def initialize(**args) update!(**args) end |
Instance Attribute Details
#output_uri ⇒ String
Output-only. The Google Cloud Storage URI of the diagnostic output. The output
report is a plain text file with a summary of collected diagnostics.
Corresponds to the JSON property outputUri
403 404 405 |
# File 'generated/google/apis/dataproc_v1beta2/classes.rb', line 403 def output_uri @output_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
410 411 412 |
# File 'generated/google/apis/dataproc_v1beta2/classes.rb', line 410 def update!(**args) @output_uri = args[:output_uri] if args.key?(:output_uri) end |