public interface StreamStatsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getProgress()
public abstract StreamStats.Progress getProgress()
Represents the progress of the current stream.
.google.cloud.bigquery.storage.v1.StreamStats.Progress progress = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
StreamStats.ProgressOrBuilder |
hasProgress()
public abstract boolean hasProgress()
Represents the progress of the current stream.
.google.cloud.bigquery.storage.v1.StreamStats.Progress progress = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the progress field is set. |