class Google::Apis::DataflowV1b3::SourceSplitShard

DEPRECATED in favor of DerivedSource.

Attributes

derivation_mode[RW]

DEPRECATED Corresponds to the JSON property `derivationMode` @return [String]

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 4844
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 4849
def update!(**args)
  @derivation_mode = args[:derivation_mode] if args.key?(:derivation_mode)
  @source = args[:source] if args.key?(:source)
end