Class Storage
- java.lang.Object
-
- com.google.cloud.bigquery.storage.v1beta1.Storage
-
public final class Storage extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStorage.BatchCreateReadSessionStreamsRequestInformation needed to request additional streams for an established read session.static interfaceStorage.BatchCreateReadSessionStreamsRequestOrBuilderstatic classStorage.BatchCreateReadSessionStreamsResponseThe response from `BatchCreateReadSessionStreams` returns the stream identifiers for the newly created streams.static interfaceStorage.BatchCreateReadSessionStreamsResponseOrBuilderstatic classStorage.CreateReadSessionRequestCreates a new read session, which may include additional options such as requested parallelism, projection filters and constraints.static interfaceStorage.CreateReadSessionRequestOrBuilderstatic classStorage.DataFormatData format for input or output data.static classStorage.FinalizeStreamRequestRequest information for invoking `FinalizeStream`.static interfaceStorage.FinalizeStreamRequestOrBuilderstatic classStorage.ProgressProtobuf typegoogle.cloud.bigquery.storage.v1beta1.Progressstatic interfaceStorage.ProgressOrBuilderstatic classStorage.ReadRowsRequestRequesting row data via `ReadRows` must provide Stream position information.static interfaceStorage.ReadRowsRequestOrBuilderstatic classStorage.ReadRowsResponseResponse from calling `ReadRows` may include row data, progress and throttling information.static interfaceStorage.ReadRowsResponseOrBuilderstatic classStorage.ReadSessionInformation returned from a `CreateReadSession` request.static interfaceStorage.ReadSessionOrBuilderstatic classStorage.ShardingStrategyStrategy for distributing data among multiple streams in a read session.static classStorage.SplitReadStreamRequestRequest information for `SplitReadStream`.static interfaceStorage.SplitReadStreamRequestOrBuilderstatic classStorage.SplitReadStreamResponseResponse from `SplitReadStream`.static interfaceStorage.SplitReadStreamResponseOrBuilderstatic classStorage.StreamInformation about a single data stream within a read session.static interfaceStorage.StreamOrBuilderstatic classStorage.StreamPositionExpresses a point within a given stream using an offset position.static interfaceStorage.StreamPositionOrBuilderstatic classStorage.StreamStatusProgress information for a given Stream.static interfaceStorage.StreamStatusOrBuilderstatic classStorage.ThrottleStatusInformation on if the current connection is being throttled.static interfaceStorage.ThrottleStatusOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-