class Google::Apis::DataprocV1::DiagnoseClusterOutputLocation

The location where output from diagnostic command can be found.

Attributes

output_uri[RW]
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` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/dataproc_v1/classes.rb, line 1457
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 1462
def update!(**args)
  @output_uri = args[:output_uri] if args.key?(:output_uri)
end