Class: Google::Apis::DataflowV1b3::LaunchTemplateResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DataflowV1b3::LaunchTemplateResponse
 
- 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
Response to the request to launch a template.
Instance Attribute Summary collapse
- 
  
    
      #job  ⇒ Google::Apis::DataflowV1b3::Job 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Defines a job to be run by the Cloud Dataflow service. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ LaunchTemplateResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of LaunchTemplateResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ LaunchTemplateResponse
Returns a new instance of LaunchTemplateResponse
| 1989 1990 1991 | # File 'generated/google/apis/dataflow_v1b3/classes.rb', line 1989 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#job ⇒ Google::Apis::DataflowV1b3::Job
Defines a job to be run by the Cloud Dataflow service.
Corresponds to the JSON property job
| 1987 1988 1989 | # File 'generated/google/apis/dataflow_v1b3/classes.rb', line 1987 def job @job end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1994 1995 1996 | # File 'generated/google/apis/dataflow_v1b3/classes.rb', line 1994 def update!(**args) @job = args[:job] if args.key?(:job) end |