Class: Google::Apis::TpuV1alpha1::StartNodeRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::TpuV1alpha1::StartNodeRequest
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/tpu_v1alpha1/classes.rb,
 generated/google/apis/tpu_v1alpha1/representations.rb,
 generated/google/apis/tpu_v1alpha1/representations.rb
Overview
Request for StartNode.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ StartNodeRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of StartNodeRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ StartNodeRequest
Returns a new instance of StartNodeRequest
| 590 591 592 | # File 'generated/google/apis/tpu_v1alpha1/classes.rb', line 590 def initialize(**args) update!(**args) end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 595 596 | # File 'generated/google/apis/tpu_v1alpha1/classes.rb', line 595 def update!(**args) end |