class Google::Apis::DatapipelinesV1::GoogleCloudDatapipelinesV1RunPipelineResponse

Response message for RunPipeline

Attributes

job[RW]

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` @return [Google::Apis::DatapipelinesV1::GoogleCloudDatapipelinesV1Job]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/datapipelines_v1/classes.rb, line 626
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/datapipelines_v1/classes.rb, line 631
def update!(**args)
  @job = args[:job] if args.key?(:job)
end