class Google::Apis::DataflowV1b3::ReadInstruction

An instruction that reads records. Takes no inputs, produces one output.

Attributes

source[RW]

A source that records can be read and decoded from. Corresponds to the JSON property `source` @return [Google::Apis::DataflowV1b3::Source]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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