Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::StreamingSideInputLocation (v0.3.0)

Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::StreamingSideInputLocation.

Identifies the location of a streaming side input.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#state_family

def state_family() -> ::String
Returns
  • (::String) — Identifies the state family where this side input is stored.

#state_family=

def state_family=(value) -> ::String
Parameter
  • value (::String) — Identifies the state family where this side input is stored.
Returns
  • (::String) — Identifies the state family where this side input is stored.

#tag

def tag() -> ::String
Returns
  • (::String) — Identifies the particular side input within the streaming Dataflow job.

#tag=

def tag=(value) -> ::String
Parameter
  • value (::String) — Identifies the particular side input within the streaming Dataflow job.
Returns
  • (::String) — Identifies the particular side input within the streaming Dataflow job.