Interface Storage.StreamPositionOrBuilder (3.4.0)

public static interface Storage.StreamPositionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOffset()

public abstract long getOffset()

Position in the stream.

int64 offset = 2;

Returns
TypeDescription
long

The offset.

getStream()

public abstract Storage.Stream getStream()

Identifier for a given Stream.

.google.cloud.bigquery.storage.v1beta1.Stream stream = 1;

Returns
TypeDescription
Storage.Stream

The stream.

getStreamOrBuilder()

public abstract Storage.StreamOrBuilder getStreamOrBuilder()

Identifier for a given Stream.

.google.cloud.bigquery.storage.v1beta1.Stream stream = 1;

Returns
TypeDescription
Storage.StreamOrBuilder

hasStream()

public abstract boolean hasStream()

Identifier for a given Stream.

.google.cloud.bigquery.storage.v1beta1.Stream stream = 1;

Returns
TypeDescription
boolean

Whether the stream field is set.