package storage
import "google.golang.org/genproto/googleapis/cloud/bigquery/storage/v1beta1"
Package storage aliases all exported identifiers in package "cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb".
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterBigQueryStorageServer(s *grpc.Server, srv BigQueryStorageServer)
- type ArrowRecordBatch
- type ArrowSchema
- type AvroRows
- type AvroSchema
- type BatchCreateReadSessionStreamsRequest
- type BatchCreateReadSessionStreamsResponse
- type BigQueryStorageClient
- type BigQueryStorageServer
- type BigQueryStorage_ReadRowsClient
- type BigQueryStorage_ReadRowsServer
- type CreateReadSessionRequest
- type DataFormat
- type FinalizeStreamRequest
- type Progress
- type ReadRowsRequest
- type ReadRowsResponse
- type ReadRowsResponse_ArrowRecordBatch
- type ReadRowsResponse_AvroRows
- type ReadSession
- type ReadSession_ArrowSchema
- type ReadSession_AvroSchema
- type ShardingStrategy
- type SplitReadStreamRequest
- type SplitReadStreamResponse
- type Stream
- type StreamPosition
- type StreamStatus
- type TableModifiers
- type TableReadOptions
- type TableReference
- type ThrottleStatus
- type UnimplementedBigQueryStorageServer
Constants ¶
const ( DataFormat_ARROW = src.DataFormat_ARROW DataFormat_AVRO = src.DataFormat_AVRO DataFormat_DATA_FORMAT_UNSPECIFIED = src.DataFormat_DATA_FORMAT_UNSPECIFIED ShardingStrategy_BALANCED = src.ShardingStrategy_BALANCED ShardingStrategy_LIQUID = src.ShardingStrategy_LIQUID ShardingStrategy_SHARDING_STRATEGY_UNSPECIFIED = src.ShardingStrategy_SHARDING_STRATEGY_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
Variables ¶
var ( DataFormat_name = src.DataFormat_name DataFormat_value = src.DataFormat_value File_google_cloud_bigquery_storage_v1beta1_arrow_proto = src.File_google_cloud_bigquery_storage_v1beta1_arrow_proto File_google_cloud_bigquery_storage_v1beta1_avro_proto = src.File_google_cloud_bigquery_storage_v1beta1_avro_proto File_google_cloud_bigquery_storage_v1beta1_read_options_proto = src.File_google_cloud_bigquery_storage_v1beta1_read_options_proto File_google_cloud_bigquery_storage_v1beta1_storage_proto = src.File_google_cloud_bigquery_storage_v1beta1_storage_proto File_google_cloud_bigquery_storage_v1beta1_table_reference_proto = src.File_google_cloud_bigquery_storage_v1beta1_table_reference_proto ShardingStrategy_name = src.ShardingStrategy_name ShardingStrategy_value = src.ShardingStrategy_value )
Deprecated: Please use vars in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
Functions ¶
func RegisterBigQueryStorageServer ¶
func RegisterBigQueryStorageServer(s *grpc.Server, srv BigQueryStorageServer)
Deprecated: Please use funcs in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
Types ¶
type ArrowRecordBatch ¶
type ArrowRecordBatch = src.ArrowRecordBatch
Arrow RecordBatch.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type ArrowSchema ¶
type ArrowSchema = src.ArrowSchema
Arrow schema.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type AvroRows ¶
Avro rows.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type AvroSchema ¶
type AvroSchema = src.AvroSchema
Avro schema.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type BatchCreateReadSessionStreamsRequest ¶
type BatchCreateReadSessionStreamsRequest = src.BatchCreateReadSessionStreamsRequest
Information needed to request additional streams for an established read session.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type BatchCreateReadSessionStreamsResponse ¶
type BatchCreateReadSessionStreamsResponse = src.BatchCreateReadSessionStreamsResponse
The response from `BatchCreateReadSessionStreams` returns the stream identifiers for the newly created streams.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type BigQueryStorageClient ¶
type BigQueryStorageClient = src.BigQueryStorageClient
BigQueryStorageClient is the client API for BigQueryStorage service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
func NewBigQueryStorageClient ¶
func NewBigQueryStorageClient(cc grpc.ClientConnInterface) BigQueryStorageClient
Deprecated: Please use funcs in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type BigQueryStorageServer ¶
type BigQueryStorageServer = src.BigQueryStorageServer
BigQueryStorageServer is the server API for BigQueryStorage service.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type BigQueryStorage_ReadRowsClient ¶
type BigQueryStorage_ReadRowsClient = src.BigQueryStorage_ReadRowsClient
type BigQueryStorage_ReadRowsServer ¶
type BigQueryStorage_ReadRowsServer = src.BigQueryStorage_ReadRowsServer
type CreateReadSessionRequest ¶
type CreateReadSessionRequest = src.CreateReadSessionRequest
Creates a new read session, which may include additional options such as requested parallelism, projection filters and constraints.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type DataFormat ¶
type DataFormat = src.DataFormat
Data format for input or output data.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type FinalizeStreamRequest ¶
type FinalizeStreamRequest = src.FinalizeStreamRequest
Request information for invoking `FinalizeStream`.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type Progress ¶
type ReadRowsRequest ¶
type ReadRowsRequest = src.ReadRowsRequest
Requesting row data via `ReadRows` must provide Stream position information.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type ReadRowsResponse ¶
type ReadRowsResponse = src.ReadRowsResponse
Response from calling `ReadRows` may include row data, progress and throttling information.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type ReadRowsResponse_ArrowRecordBatch ¶
type ReadRowsResponse_ArrowRecordBatch = src.ReadRowsResponse_ArrowRecordBatch
type ReadRowsResponse_AvroRows ¶
type ReadRowsResponse_AvroRows = src.ReadRowsResponse_AvroRows
type ReadSession ¶
type ReadSession = src.ReadSession
Information returned from a `CreateReadSession` request.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type ReadSession_ArrowSchema ¶
type ReadSession_ArrowSchema = src.ReadSession_ArrowSchema
type ReadSession_AvroSchema ¶
type ReadSession_AvroSchema = src.ReadSession_AvroSchema
type ShardingStrategy ¶
type ShardingStrategy = src.ShardingStrategy
Strategy for distributing data among multiple streams in a read session.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type SplitReadStreamRequest ¶
type SplitReadStreamRequest = src.SplitReadStreamRequest
Request information for `SplitReadStream`.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type SplitReadStreamResponse ¶
type SplitReadStreamResponse = src.SplitReadStreamResponse
Response from `SplitReadStream`.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type Stream ¶
Information about a single data stream within a read session.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type StreamPosition ¶
type StreamPosition = src.StreamPosition
Expresses a point within a given stream using an offset position.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type StreamStatus ¶
type StreamStatus = src.StreamStatus
Progress information for a given Stream.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type TableModifiers ¶
type TableModifiers = src.TableModifiers
All fields in this message optional.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type TableReadOptions ¶
type TableReadOptions = src.TableReadOptions
Options dictating how we read a table.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type TableReference ¶
type TableReference = src.TableReference
Table reference that includes just the 3 strings needed to identify a table.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type ThrottleStatus ¶
type ThrottleStatus = src.ThrottleStatus
Information on if the current connection is being throttled.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
type UnimplementedBigQueryStorageServer ¶
type UnimplementedBigQueryStorageServer = src.UnimplementedBigQueryStorageServer
UnimplementedBigQueryStorageServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb
Source Files ¶
alias.go
- Version
- v0.0.0-20250414145226-207652e42e2e (latest)
- Published
- Apr 14, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 day ago –
Tools for package owners.