Interface StreamStatsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamStats,StreamStats.Builder
public interface StreamStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRepresents the progress of the current stream.Represents the progress of the current stream.booleanRepresents the progress of the current stream.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasProgress
boolean hasProgress()Represents the progress of the current stream.
.google.cloud.bigquery.storage.v1.StreamStats.Progress progress = 2;- Returns:
- Whether the progress field is set.
-
getProgress
StreamStats.Progress getProgress()Represents the progress of the current stream.
.google.cloud.bigquery.storage.v1.StreamStats.Progress progress = 2;- Returns:
- The progress.
-
getProgressOrBuilder
StreamStats.ProgressOrBuilder getProgressOrBuilder()Represents the progress of the current stream.
.google.cloud.bigquery.storage.v1.StreamStats.Progress progress = 2;
-