- 0.57.0 (latest)
- 0.56.0
- 0.55.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.5.0
public static final class StreamingSideInputLocation.Builder extends GeneratedMessageV3.Builder<StreamingSideInputLocation.Builder> implements StreamingSideInputLocationOrBuilder
Identifies the location of a streaming side input.
Protobuf type google.dataflow.v1beta3.StreamingSideInputLocation
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > StreamingSideInputLocation.BuilderImplements
StreamingSideInputLocationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public StreamingSideInputLocation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
StreamingSideInputLocation.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public StreamingSideInputLocation.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
StreamingSideInputLocation.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public StreamingSideInputLocation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
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. |
clone()
public StreamingSideInputLocation.Builder clone()
Returns | |
---|---|
Type | Description |
StreamingSideInputLocation.Builder |
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 GeneratedMessageV3.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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final StreamingSideInputLocation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
StreamingSideInputLocation.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public StreamingSideInputLocation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
StreamingSideInputLocation.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public StreamingSideInputLocation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
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 |
String The 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 |
ByteString The 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 |
String The 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 |
ByteString The bytes for tag to set. |
Returns | |
---|---|
Type | Description |
StreamingSideInputLocation.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final StreamingSideInputLocation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
StreamingSideInputLocation.Builder |