Class: Google::Apis::DataprocV1::DiagnoseClusterRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DataprocV1::DiagnoseClusterRequest
 
- 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
A request to collect cluster diagnostic information.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ DiagnoseClusterRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of DiagnoseClusterRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DiagnoseClusterRequest
Returns a new instance of DiagnoseClusterRequest
| 382 383 384 | # File 'generated/google/apis/dataproc_v1/classes.rb', line 382 def initialize(**args) update!(**args) end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 387 388 | # File 'generated/google/apis/dataproc_v1/classes.rb', line 387 def update!(**args) end |