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.
Note: The following fields are mutually exclusive: custom_source_location
, streaming_stage_location
, pubsub_location
, side_input_location
. If a field in that set is populated, all other fields in the set will automatically be cleared.
143 144 145 146 |
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 143 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.
Note: The following fields are mutually exclusive: pubsub_location
, streaming_stage_location
, side_input_location
, custom_source_location
. If a field in that set is populated, all other fields in the set will automatically be cleared.
143 144 145 146 |
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 143 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.
Note: The following fields are mutually exclusive: side_input_location
, streaming_stage_location
, pubsub_location
, custom_source_location
. If a field in that set is populated, all other fields in the set will automatically be cleared.
143 144 145 146 |
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 143 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.
Note: The following fields are mutually exclusive: streaming_stage_location
, pubsub_location
, side_input_location
, custom_source_location
. If a field in that set is populated, all other fields in the set will automatically be cleared.
143 144 145 146 |
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 143 class StreamLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |