Package com.google.dataflow.v1beta3
Interface StreamingSideInputLocationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamingSideInputLocation,StreamingSideInputLocation.Builder
public interface StreamingSideInputLocationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetStateFamily()Identifies the state family where this side input is stored.com.google.protobuf.ByteStringgetStateFamilyBytes()Identifies the state family where this side input is stored.StringgetTag()Identifies the particular side input within the streaming Dataflow job.com.google.protobuf.ByteStringgetTagBytes()Identifies the particular side input within the streaming Dataflow job.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTag
String getTag()
Identifies the particular side input within the streaming Dataflow job.
string tag = 1;- Returns:
- The tag.
-
getTagBytes
com.google.protobuf.ByteString getTagBytes()
Identifies the particular side input within the streaming Dataflow job.
string tag = 1;- Returns:
- The bytes for tag.
-
getStateFamily
String getStateFamily()
Identifies the state family where this side input is stored.
string state_family = 2;- Returns:
- The stateFamily.
-
getStateFamilyBytes
com.google.protobuf.ByteString getStateFamilyBytes()
Identifies the state family where this side input is stored.
string state_family = 2;- Returns:
- The bytes for stateFamily.
-
-