class Google::Apis::DataflowV1b3::StreamingStageLocation

Identifies the location of a streaming computation stage, for stage-to-stage communication.

Attributes

stream_id[RW]

Identifies the particular stream within the streaming Dataflow job. Corresponds to the JSON property `streamId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 5441
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 5446
def update!(**args)
  @stream_id = args[:stream_id] if args.key?(:stream_id)
end