Class: Google::Apis::DataflowV1b3::WorkerShutdownNoticeResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DataflowV1b3::WorkerShutdownNoticeResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dataflow_v1b3/classes.rb,
 generated/google/apis/dataflow_v1b3/representations.rb,
 generated/google/apis/dataflow_v1b3/representations.rb
Overview
Service-side response to WorkerMessage issuing shutdown notice.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ WorkerShutdownNoticeResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of WorkerShutdownNoticeResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ WorkerShutdownNoticeResponse
Returns a new instance of WorkerShutdownNoticeResponse
| 5356 5357 5358 | # File 'generated/google/apis/dataflow_v1b3/classes.rb', line 5356 def initialize(**args) update!(**args) end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 5361 5362 | # File 'generated/google/apis/dataflow_v1b3/classes.rb', line 5361 def update!(**args) end |