Class: Google::Cloud::Dataflow::V1beta3::StreamLocation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#custom_source_location::Google::Cloud::Dataflow::V1beta3::CustomSourceLocation

Returns The stream is a custom source.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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