Uses of Class
com.google.cloud.bigquery.storage.v1beta1.Storage.Progress
-
Packages that use Storage.Progress Package Description com.google.cloud.bigquery.storage.v1beta1 A client to BigQuery Storage API -
-
Uses of Storage.Progress in com.google.cloud.bigquery.storage.v1beta1
Methods in com.google.cloud.bigquery.storage.v1beta1 that return Storage.Progress Modifier and Type Method Description Storage.Progress
Storage.Progress.Builder. build()
Storage.Progress
Storage.Progress.Builder. buildPartial()
static Storage.Progress
Storage.Progress. getDefaultInstance()
Storage.Progress
Storage.Progress.Builder. getDefaultInstanceForType()
Storage.Progress
Storage.Progress. getDefaultInstanceForType()
Storage.Progress
Storage.StreamStatus.Builder. getProgress()
Represents the progress of the current stream.Storage.Progress
Storage.StreamStatus. getProgress()
Represents the progress of the current stream.Storage.Progress
Storage.StreamStatusOrBuilder. getProgress()
Represents the progress of the current stream.static Storage.Progress
Storage.Progress. parseDelimitedFrom(InputStream input)
static Storage.Progress
Storage.Progress. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.Progress
Storage.Progress. parseFrom(byte[] data)
static Storage.Progress
Storage.Progress. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.Progress
Storage.Progress. parseFrom(com.google.protobuf.ByteString data)
static Storage.Progress
Storage.Progress. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.Progress
Storage.Progress. parseFrom(com.google.protobuf.CodedInputStream input)
static Storage.Progress
Storage.Progress. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.Progress
Storage.Progress. parseFrom(InputStream input)
static Storage.Progress
Storage.Progress. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.Progress
Storage.Progress. parseFrom(ByteBuffer data)
static Storage.Progress
Storage.Progress. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1beta1 that return types with arguments of type Storage.Progress Modifier and Type Method Description com.google.protobuf.Parser<Storage.Progress>
Storage.Progress. getParserForType()
static com.google.protobuf.Parser<Storage.Progress>
Storage.Progress. parser()
Methods in com.google.cloud.bigquery.storage.v1beta1 with parameters of type Storage.Progress Modifier and Type Method Description Storage.Progress.Builder
Storage.Progress.Builder. mergeFrom(Storage.Progress other)
Storage.StreamStatus.Builder
Storage.StreamStatus.Builder. mergeProgress(Storage.Progress value)
Represents the progress of the current stream.static Storage.Progress.Builder
Storage.Progress. newBuilder(Storage.Progress prototype)
Storage.StreamStatus.Builder
Storage.StreamStatus.Builder. setProgress(Storage.Progress value)
Represents the progress of the current stream.
-