Class: Google::Apis::DatapipelinesV1::GoogleCloudDatapipelinesV1RunPipelineResponse
- Inherits:
-
Object
- Object
- Google::Apis::DatapipelinesV1::GoogleCloudDatapipelinesV1RunPipelineResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datapipelines_v1/classes.rb,
lib/google/apis/datapipelines_v1/representations.rb,
lib/google/apis/datapipelines_v1/representations.rb
Overview
Response message for RunPipeline
Instance Attribute Summary collapse
-
#job ⇒ Google::Apis::DatapipelinesV1::GoogleCloudDatapipelinesV1Job
Definition of the job information maintained by the pipeline.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatapipelinesV1RunPipelineResponse
constructor
A new instance of GoogleCloudDatapipelinesV1RunPipelineResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatapipelinesV1RunPipelineResponse
Returns a new instance of GoogleCloudDatapipelinesV1RunPipelineResponse.
592 593 594 |
# File 'lib/google/apis/datapipelines_v1/classes.rb', line 592 def initialize(**args) update!(**args) end |
Instance Attribute Details
#job ⇒ Google::Apis::DatapipelinesV1::GoogleCloudDatapipelinesV1Job
Definition of the job information maintained by the pipeline. Fields in this
entity are retrieved from the executor API (e.g. Dataflow API).
Corresponds to the JSON property job
590 591 592 |
# File 'lib/google/apis/datapipelines_v1/classes.rb', line 590 def job @job end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
597 598 599 |
# File 'lib/google/apis/datapipelines_v1/classes.rb', line 597 def update!(**args) @job = args[:job] if args.key?(:job) end |