class Google::Apis::DataprocV1beta2::DiagnoseClusterResults
The location of diagnostic output.
Attributes
output_uri[RW]
Output only. The 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` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataproc_v1beta2/classes.rb, line 755 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dataproc_v1beta2/classes.rb, line 760 def update!(**args) @output_uri = args[:output_uri] if args.key?(:output_uri) end