Class: Google::Cloud::Dataflow::V1beta3::StreamingSideInputLocation

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

Instance Attribute Details

#state_family::String

Returns Identifies the state family where this side input is stored.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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