Class: Google::Apis::DataprocV1::DiagnoseClusterOutputLocation
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::DiagnoseClusterOutputLocation
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dataproc_v1/classes.rb,
generated/google/apis/dataproc_v1/representations.rb,
generated/google/apis/dataproc_v1/representations.rb
Overview
The location where output from diagnostic command can be found.
Instance Attribute Summary collapse
-
#output_uri ⇒ String
Output-only The Google Cloud Storage URI of the diagnostic output.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DiagnoseClusterOutputLocation
constructor
A new instance of DiagnoseClusterOutputLocation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DiagnoseClusterOutputLocation
Returns a new instance of DiagnoseClusterOutputLocation
1705 1706 1707 |
# File 'generated/google/apis/dataproc_v1/classes.rb', line 1705 def initialize(**args) update!(**args) end |
Instance Attribute Details
#output_uri ⇒ String
Output-only The Google Cloud Storage URI of the diagnostic output. This will
be a plain text file with summary of collected diagnostics.
Corresponds to the JSON property outputUri
1703 1704 1705 |
# File 'generated/google/apis/dataproc_v1/classes.rb', line 1703 def output_uri @output_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1710 1711 1712 |
# File 'generated/google/apis/dataproc_v1/classes.rb', line 1710 def update!(**args) @output_uri = args[:output_uri] if args.key?(:output_uri) end |