public final class Storage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Storage.BatchCreateReadSessionStreamsRequest
Information needed to request additional streams for an established read
session.
|
static interface |
Storage.BatchCreateReadSessionStreamsRequestOrBuilder |
static class |
Storage.BatchCreateReadSessionStreamsResponse
The response from `BatchCreateReadSessionStreams` returns the stream
identifiers for the newly created streams.
|
static interface |
Storage.BatchCreateReadSessionStreamsResponseOrBuilder |
static class |
Storage.CreateReadSessionRequest
Creates a new read session, which may include additional options such as
requested parallelism, projection filters and constraints.
|
static interface |
Storage.CreateReadSessionRequestOrBuilder |
static class |
Storage.DataFormat
Data format for input or output data.
|
static class |
Storage.FinalizeStreamRequest
Request information for invoking `FinalizeStream`.
|
static interface |
Storage.FinalizeStreamRequestOrBuilder |
static class |
Storage.Progress
Protobuf type
google.cloud.bigquery.storage.v1beta1.Progress |
static interface |
Storage.ProgressOrBuilder |
static class |
Storage.ReadRowsRequest
Requesting row data via `ReadRows` must provide Stream position information.
|
static interface |
Storage.ReadRowsRequestOrBuilder |
static class |
Storage.ReadRowsResponse
Response from calling `ReadRows` may include row data, progress and
throttling information.
|
static interface |
Storage.ReadRowsResponseOrBuilder |
static class |
Storage.ReadSession
Information returned from a `CreateReadSession` request.
|
static interface |
Storage.ReadSessionOrBuilder |
static class |
Storage.ShardingStrategy
Strategy for distributing data among multiple streams in a read session.
|
static class |
Storage.SplitReadStreamRequest
Request information for `SplitReadStream`.
|
static interface |
Storage.SplitReadStreamRequestOrBuilder |
static class |
Storage.SplitReadStreamResponse
Response from `SplitReadStream`.
|
static interface |
Storage.SplitReadStreamResponseOrBuilder |
static class |
Storage.Stream
Information about a single data stream within a read session.
|
static interface |
Storage.StreamOrBuilder |
static class |
Storage.StreamPosition
Expresses a point within a given stream using an offset position.
|
static interface |
Storage.StreamPositionOrBuilder |
static class |
Storage.StreamStatus
Progress information for a given Stream.
|
static interface |
Storage.StreamStatusOrBuilder |
static class |
Storage.ThrottleStatus
Information on if the current connection is being throttled.
|
static interface |
Storage.ThrottleStatusOrBuilder |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
Copyright © 2022 Google LLC. All rights reserved.