class Google::Apis::DataprocV1::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_v1/classes.rb, line 843
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_v1/classes.rb, line 848
def update!(**args)
  @output_uri = args[:output_uri] if args.key?(:output_uri)
end