Uses of Class
com.google.cloud.bigquery.storage.v1beta1.Storage.StreamStatus.Builder
-
Uses of Storage.StreamStatus.Builder in com.google.cloud.bigquery.storage.v1beta1
Methods in com.google.cloud.bigquery.storage.v1beta1 that return Storage.StreamStatus.BuilderModifier and TypeMethodDescriptionStorage.StreamStatus.Builder.clear()Storage.StreamStatus.Builder.clearEstimatedRowCount()Number of estimated rows in the current stream.Storage.StreamStatus.Builder.clearFractionConsumed()A value in the range [0.0, 1.0] that represents the fraction of rows assigned to this stream that have been processed by the server.Storage.StreamStatus.Builder.clearIsSplittable()Whether this stream can be split.Storage.StreamStatus.Builder.clearProgress()Represents the progress of the current stream.Storage.ReadRowsResponse.Builder.getStatusBuilder()Estimated stream statistics.Storage.StreamStatus.Builder.mergeFrom(Storage.StreamStatus other) Storage.StreamStatus.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Storage.StreamStatus.Builder.mergeFrom(com.google.protobuf.Message other) Storage.StreamStatus.Builder.mergeProgress(Storage.Progress value) Represents the progress of the current stream.static Storage.StreamStatus.BuilderStorage.StreamStatus.newBuilder()static Storage.StreamStatus.BuilderStorage.StreamStatus.newBuilder(Storage.StreamStatus prototype) Storage.StreamStatus.newBuilderForType()protected Storage.StreamStatus.BuilderStorage.StreamStatus.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Storage.StreamStatus.Builder.setEstimatedRowCount(long value) Number of estimated rows in the current stream.Storage.StreamStatus.Builder.setFractionConsumed(float value) A value in the range [0.0, 1.0] that represents the fraction of rows assigned to this stream that have been processed by the server.Storage.StreamStatus.Builder.setIsSplittable(boolean value) Whether this stream can be split.Storage.StreamStatus.Builder.setProgress(Storage.Progress value) Represents the progress of the current stream.Storage.StreamStatus.Builder.setProgress(Storage.Progress.Builder builderForValue) Represents the progress of the current stream.Storage.StreamStatus.toBuilder()Methods in com.google.cloud.bigquery.storage.v1beta1 with parameters of type Storage.StreamStatus.BuilderModifier and TypeMethodDescriptionStorage.ReadRowsResponse.Builder.setStatus(Storage.StreamStatus.Builder builderForValue) Estimated stream statistics.