Interface StreamingStageLocationOrBuilder (0.8.0)

public interface StreamingStageLocationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStreamId()

public abstract String getStreamId()

Identifies the particular stream within the streaming Dataflow job.

string stream_id = 1;

Returns
TypeDescription
String

The streamId.

getStreamIdBytes()

public abstract ByteString getStreamIdBytes()

Identifies the particular stream within the streaming Dataflow job.

string stream_id = 1;

Returns
TypeDescription
ByteString

The bytes for streamId.