Class: Google::Apis::DataprocV1beta2::DiagnoseClusterResults

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dataproc_v1beta2/classes.rb,
generated/google/apis/dataproc_v1beta2/representations.rb,
generated/google/apis/dataproc_v1beta2/representations.rb

Overview

The location of diagnostic output.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ DiagnoseClusterResults

Returns a new instance of DiagnoseClusterResults.



738
739
740
# File 'generated/google/apis/dataproc_v1beta2/classes.rb', line 738

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#output_uriString

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

Returns:

  • (String)


736
737
738
# File 'generated/google/apis/dataproc_v1beta2/classes.rb', line 736

def output_uri
  @output_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



743
744
745
# File 'generated/google/apis/dataproc_v1beta2/classes.rb', line 743

def update!(**args)
  @output_uri = args[:output_uri] if args.key?(:output_uri)
end