Class: Google::Apis::DataflowV1b3::ResourceUtilizationReportResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DataflowV1b3::ResourceUtilizationReportResponse
 
- 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 reporting resource utilization.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ResourceUtilizationReportResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ResourceUtilizationReportResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ResourceUtilizationReportResponse
Returns a new instance of ResourceUtilizationReportResponse
| 2974 2975 2976 | # File 'generated/google/apis/dataflow_v1b3/classes.rb', line 2974 def initialize(**args) update!(**args) end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 2979 2980 | # File 'generated/google/apis/dataflow_v1b3/classes.rb', line 2979 def update!(**args) end |