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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamStats.Progress
getProgress()
Represents the progress of the current stream.StreamStats.ProgressOrBuilder
getProgressOrBuilder()
Represents the progress of the current stream.boolean
hasProgress()
Represents the progress of the current stream.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasProgress
boolean hasProgress()
Represents the progress of the current stream.
.google.cloud.bigquery.storage.v1beta2.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.v1beta2.StreamStats.Progress progress = 2;
- Returns:
- The progress.
-
getProgressOrBuilder
StreamStats.ProgressOrBuilder getProgressOrBuilder()
Represents the progress of the current stream.
.google.cloud.bigquery.storage.v1beta2.StreamStats.Progress progress = 2;
-
-