Interface StreamStatsOrBuilder (3.4.0)

public interface StreamStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProgress()

public abstract StreamStats.Progress getProgress()

Represents the progress of the current stream.

.google.cloud.bigquery.storage.v1.StreamStats.Progress progress = 2;

Returns
TypeDescription
StreamStats.Progress

The progress.

getProgressOrBuilder()

public abstract StreamStats.ProgressOrBuilder getProgressOrBuilder()

Represents the progress of the current stream.

.google.cloud.bigquery.storage.v1.StreamStats.Progress progress = 2;

Returns
TypeDescription
StreamStats.ProgressOrBuilder

hasProgress()

public abstract boolean hasProgress()

Represents the progress of the current stream.

.google.cloud.bigquery.storage.v1.StreamStats.Progress progress = 2;

Returns
TypeDescription
boolean

Whether the progress field is set.