Uses of Class
com.google.cloud.bigquery.storage.v1beta1.Storage.Progress.Builder
-
Uses of Storage.Progress.Builder in com.google.cloud.bigquery.storage.v1beta1
Methods in com.google.cloud.bigquery.storage.v1beta1 that return Storage.Progress.BuilderModifier and TypeMethodDescriptionStorage.Progress.Builder.clear()Storage.Progress.Builder.clearAtResponseEnd()Similar to `at_response_start`, except that this value includes the rows in the current response.Storage.Progress.Builder.clearAtResponseStart()The fraction of rows assigned to the stream that have been processed by the server so far, not including the rows in the current response message.Storage.StreamStatus.Builder.getProgressBuilder()Represents the progress of the current stream.Storage.Progress.Builder.mergeFrom(Storage.Progress other) Storage.Progress.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Storage.Progress.Builder.mergeFrom(com.google.protobuf.Message other) static Storage.Progress.BuilderStorage.Progress.newBuilder()static Storage.Progress.BuilderStorage.Progress.newBuilder(Storage.Progress prototype) Storage.Progress.newBuilderForType()protected Storage.Progress.BuilderStorage.Progress.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Storage.Progress.Builder.setAtResponseEnd(float value) Similar to `at_response_start`, except that this value includes the rows in the current response.Storage.Progress.Builder.setAtResponseStart(float value) The fraction of rows assigned to the stream that have been processed by the server so far, not including the rows in the current response message.Storage.Progress.toBuilder()Methods in com.google.cloud.bigquery.storage.v1beta1 with parameters of type Storage.Progress.BuilderModifier and TypeMethodDescriptionStorage.StreamStatus.Builder.setProgress(Storage.Progress.Builder builderForValue) Represents the progress of the current stream.