class Google::Apis::DataflowV1b3::MultiOutputInfo
Information about an output of a multi-output DoFn.
Attributes
tag[RW]
The id of the tag the user code will emit to this output by; this should correspond to the tag of some SideInputInfo
. Corresponds to the JSON property `tag` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 3087 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 3092 def update!(**args) @tag = args[:tag] if args.key?(:tag) end