public static final class StreamingSideInputLocation.Builder extends GeneratedMessage.Builder<StreamingSideInputLocation.Builder> implements StreamingSideInputLocationOrBuilderIdentifies the location of a streaming side input.
Protobuf type google.dataflow.v1beta3.StreamingSideInputLocation
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > StreamingSideInputLocation.BuilderImplements
StreamingSideInputLocationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public StreamingSideInputLocation build()| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation |
|
buildPartial()
public StreamingSideInputLocation buildPartial()| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation |
|
clear()
public StreamingSideInputLocation.Builder clear()| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation.Builder |
|
clearStateFamily()
public StreamingSideInputLocation.Builder clearStateFamily()Identifies the state family where this side input is stored.
string state_family = 2;
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation.Builder |
This builder for chaining. |
clearTag()
public StreamingSideInputLocation.Builder clearTag()Identifies the particular side input within the streaming Dataflow job.
string tag = 1;
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public StreamingSideInputLocation getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getStateFamily()
public String getStateFamily()Identifies the state family where this side input is stored.
string state_family = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The stateFamily. |
getStateFamilyBytes()
public 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 String getTag()Identifies the particular side input within the streaming Dataflow job.
string tag = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The tag. |
getTagBytes()
public ByteString getTagBytes()Identifies the particular side input within the streaming Dataflow job.
string tag = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tag. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(StreamingSideInputLocation other)
public StreamingSideInputLocation.Builder mergeFrom(StreamingSideInputLocation other)| Parameter | |
|---|---|
| Name | Description |
other |
StreamingSideInputLocation |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public StreamingSideInputLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public StreamingSideInputLocation.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation.Builder |
|
setStateFamily(String value)
public StreamingSideInputLocation.Builder setStateFamily(String value)Identifies the state family where this side input is stored.
string state_family = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe stateFamily to set. |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation.Builder |
This builder for chaining. |
setStateFamilyBytes(ByteString value)
public StreamingSideInputLocation.Builder setStateFamilyBytes(ByteString value)Identifies the state family where this side input is stored.
string state_family = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for stateFamily to set. |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation.Builder |
This builder for chaining. |
setTag(String value)
public StreamingSideInputLocation.Builder setTag(String value)Identifies the particular side input within the streaming Dataflow job.
string tag = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe tag to set. |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation.Builder |
This builder for chaining. |
setTagBytes(ByteString value)
public StreamingSideInputLocation.Builder setTagBytes(ByteString value)Identifies the particular side input within the streaming Dataflow job.
string tag = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for tag to set. |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation.Builder |
This builder for chaining. |