class Google::Apis::DataflowV1b3::SourceFork
DEPRECATED in favor of DynamicSourceSplit
.
Attributes
DEPRECATED in favor of DerivedSource
. Corresponds to the JSON property `primary` @return [Google::Apis::DataflowV1b3::SourceSplitShard]
Specification of one of the bundles produced as a result of splitting a Source
(e.g. when executing a SourceSplitRequest
, or when splitting an active task using WorkItemStatus.dynamic_source_split
), relative to the source being split. Corresponds to the JSON property `primarySource` @return [Google::Apis::DataflowV1b3::DerivedSource]
DEPRECATED in favor of DerivedSource
. Corresponds to the JSON property `residual` @return [Google::Apis::DataflowV1b3::SourceSplitShard]
Specification of one of the bundles produced as a result of splitting a Source
(e.g. when executing a SourceSplitRequest
, or when splitting an active task using WorkItemStatus.dynamic_source_split
), relative to the source being split. Corresponds to the JSON property `residualSource` @return [Google::Apis::DataflowV1b3::DerivedSource]
Public Class Methods
# File lib/google/apis/dataflow_v1b3/classes.rb, line 4553 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/dataflow_v1b3/classes.rb, line 4558 def update!(**args) @primary = args[:primary] if args.key?(:primary) @primary_source = args[:primary_source] if args.key?(:primary_source) @residual = args[:residual] if args.key?(:residual) @residual_source = args[:residual_source] if args.key?(:residual_source) end