public interface StreamingSideInputLocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStateFamily()
public abstract String getStateFamily()Identifies the state family where this side input is stored.
string state_family = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The stateFamily. |
getStateFamilyBytes()
public abstract ByteString getStateFamilyBytes()Identifies the state family where this side input is stored.
string state_family = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for stateFamily. |
getTag()
public abstract String getTag()Identifies the particular side input within the streaming Dataflow job.
string tag = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The tag. |
getTagBytes()
public abstract ByteString getTagBytes()Identifies the particular side input within the streaming Dataflow job.
string tag = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tag. |