Uses of Class
com.google.cloud.bigquery.storage.v1beta2.StreamStats.Builder
-
Uses of StreamStats.Builder in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return StreamStats.BuilderModifier and TypeMethodDescriptionStreamStats.Builder.clear()StreamStats.Builder.clearProgress()Represents the progress of the current stream.ReadRowsResponse.Builder.getStatsBuilder()Statistics for the stream.StreamStats.Builder.mergeFrom(StreamStats other) StreamStats.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StreamStats.Builder.mergeFrom(com.google.protobuf.Message other) StreamStats.Builder.mergeProgress(StreamStats.Progress value) Represents the progress of the current stream.static StreamStats.BuilderStreamStats.newBuilder()static StreamStats.BuilderStreamStats.newBuilder(StreamStats prototype) StreamStats.newBuilderForType()protected StreamStats.BuilderStreamStats.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StreamStats.Builder.setProgress(StreamStats.Progress value) Represents the progress of the current stream.StreamStats.Builder.setProgress(StreamStats.Progress.Builder builderForValue) Represents the progress of the current stream.StreamStats.toBuilder()Methods in com.google.cloud.bigquery.storage.v1beta2 with parameters of type StreamStats.BuilderModifier and TypeMethodDescriptionReadRowsResponse.Builder.setStats(StreamStats.Builder builderForValue) Statistics for the stream.