Interface StreamingSideInputLocationOrBuilder (0.9.0)

public interface StreamingSideInputLocationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStateFamily()

public abstract String getStateFamily()

Identifies the state family where this side input is stored.

string state_family = 2;

Returns
TypeDescription
String

The stateFamily.

getStateFamilyBytes()

public abstract ByteString getStateFamilyBytes()

Identifies the state family where this side input is stored.

string state_family = 2;

Returns
TypeDescription
ByteString

The bytes for stateFamily.

getTag()

public abstract String getTag()

Identifies the particular side input within the streaming Dataflow job.

string tag = 1;

Returns
TypeDescription
String

The tag.

getTagBytes()

public abstract ByteString getTagBytes()

Identifies the particular side input within the streaming Dataflow job.

string tag = 1;

Returns
TypeDescription
ByteString

The bytes for tag.