Class StreamingStageLocation.Builder (0.87.0)

public static final class StreamingStageLocation.Builder extends GeneratedMessage.Builder<StreamingStageLocation.Builder> implements StreamingStageLocationOrBuilder

Identifies the location of a streaming computation stage, for stage-to-stage communication.

Protobuf type google.dataflow.v1beta3.StreamingStageLocation

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public StreamingStageLocation build()
Returns
Type Description
StreamingStageLocation

buildPartial()

public StreamingStageLocation buildPartial()
Returns
Type Description
StreamingStageLocation

clear()

public StreamingStageLocation.Builder clear()
Returns
Type Description
StreamingStageLocation.Builder
Overrides

clearStreamId()

public StreamingStageLocation.Builder clearStreamId()

Identifies the particular stream within the streaming Dataflow job.

string stream_id = 1;

Returns
Type Description
StreamingStageLocation.Builder

This builder for chaining.

getDefaultInstanceForType()

public StreamingStageLocation getDefaultInstanceForType()
Returns
Type Description
StreamingStageLocation

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getStreamId()

public String getStreamId()

Identifies the particular stream within the streaming Dataflow job.

string stream_id = 1;

Returns
Type Description
String

The streamId.

getStreamIdBytes()

public ByteString getStreamIdBytes()

Identifies the particular stream within the streaming Dataflow job.

string stream_id = 1;

Returns
Type Description
ByteString

The bytes for streamId.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(StreamingStageLocation other)

public StreamingStageLocation.Builder mergeFrom(StreamingStageLocation other)
Parameter
Name Description
other StreamingStageLocation
Returns
Type Description
StreamingStageLocation.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public StreamingStageLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StreamingStageLocation.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public StreamingStageLocation.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
StreamingStageLocation.Builder
Overrides

setStreamId(String value)

public StreamingStageLocation.Builder setStreamId(String value)

Identifies the particular stream within the streaming Dataflow job.

string stream_id = 1;

Parameter
Name Description
value String

The streamId to set.

Returns
Type Description
StreamingStageLocation.Builder

This builder for chaining.

setStreamIdBytes(ByteString value)

public StreamingStageLocation.Builder setStreamIdBytes(ByteString value)

Identifies the particular stream within the streaming Dataflow job.

string stream_id = 1;

Parameter
Name Description
value ByteString

The bytes for streamId to set.

Returns
Type Description
StreamingStageLocation.Builder

This builder for chaining.