Class: Google::Apis::DataprocV1::DiagnoseClusterResults
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DataprocV1::DiagnoseClusterResults
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dataproc_v1/classes.rb,
 generated/google/apis/dataproc_v1/representations.rb,
 generated/google/apis/dataproc_v1/representations.rb
Overview
The location of diagnostic output.
Instance Attribute Summary collapse
- 
  
    
      #output_uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Output only. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ DiagnoseClusterResults 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of DiagnoseClusterResults. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DiagnoseClusterResults
Returns a new instance of DiagnoseClusterResults
| 401 402 403 | # File 'generated/google/apis/dataproc_v1/classes.rb', line 401 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#output_uri ⇒ String
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
| 399 400 401 | # File 'generated/google/apis/dataproc_v1/classes.rb', line 399 def output_uri @output_uri end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 406 407 408 | # File 'generated/google/apis/dataproc_v1/classes.rb', line 406 def update!(**args) @output_uri = args[:output_uri] if args.key?(:output_uri) end |