class Google::Apis::DataprocV1::DiagnoseClusterResults
The location of diagnostic output.
Attributes
output_uri[RW]
- Output-only
-
The Google Cloud Storage URI of the diagnostic output. This is a
plain text file with a summary of collected diagnostics. Corresponds to the JSON property `outputUri` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/dataproc_v1/classes.rb, line 1351 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/dataproc_v1/classes.rb, line 1356 def update!(**args) @output_uri = args[:output_uri] if args.key?(:output_uri) end