Class: Google::Cloud::Dataflow::V1beta3::StreamLocation
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::StreamLocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/streaming.rb
Overview
Describes a stream of data, either as input to be processed or as output of a streaming Dataflow job.
Instance Attribute Summary collapse
-
#custom_source_location ⇒ ::Google::Cloud::Dataflow::V1beta3::CustomSourceLocation
The stream is a custom source.
-
#pubsub_location ⇒ ::Google::Cloud::Dataflow::V1beta3::PubsubLocation
The stream is a pubsub stream.
-
#side_input_location ⇒ ::Google::Cloud::Dataflow::V1beta3::StreamingSideInputLocation
The stream is a streaming side input.
-
#streaming_stage_location ⇒ ::Google::Cloud::Dataflow::V1beta3::StreamingStageLocation
The stream is part of another computation within the current streaming Dataflow job.
Instance Attribute Details
#custom_source_location ⇒ ::Google::Cloud::Dataflow::V1beta3::CustomSourceLocation
Returns The stream is a custom source.
135 136 137 138 |
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 135 class StreamLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pubsub_location ⇒ ::Google::Cloud::Dataflow::V1beta3::PubsubLocation
Returns The stream is a pubsub stream.
135 136 137 138 |
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 135 class StreamLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#side_input_location ⇒ ::Google::Cloud::Dataflow::V1beta3::StreamingSideInputLocation
Returns The stream is a streaming side input.
135 136 137 138 |
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 135 class StreamLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#streaming_stage_location ⇒ ::Google::Cloud::Dataflow::V1beta3::StreamingStageLocation
Returns The stream is part of another computation within the current streaming Dataflow job.
135 136 137 138 |
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 135 class StreamLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |