Class: Google::Cloud::Dataflow::V1beta3::StreamingStageLocation
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::StreamingStageLocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/streaming.rb
Overview
Identifies the location of a streaming computation stage, for stage-to-stage communication.
Instance Attribute Summary collapse
-
#stream_id ⇒ ::String
Identifies the particular stream within the streaming Dataflow job.
Instance Attribute Details
#stream_id ⇒ ::String
Returns Identifies the particular stream within the streaming Dataflow job.
94 95 96 97 |
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 94 class StreamingStageLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |