Class: Google::Cloud::Dataflow::V1beta3::StreamingSideInputLocation
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::StreamingSideInputLocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/streaming.rb
Overview
Identifies the location of a streaming side input.
Instance Attribute Summary collapse
-
#state_family ⇒ ::String
Identifies the state family where this side input is stored.
-
#tag ⇒ ::String
Identifies the particular side input within the streaming Dataflow job.
Instance Attribute Details
#state_family ⇒ ::String
Returns Identifies the state family where this side input is stored.
106 107 108 109 |
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 106 class StreamingSideInputLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tag ⇒ ::String
Returns Identifies the particular side input within the streaming Dataflow job.
106 107 108 109 |
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 106 class StreamingSideInputLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |