...

Package storage

import "google.golang.org/genproto/googleapis/cloud/bigquery/storage/v1beta1"
Overview
Index

Overview ▾

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.

Constants

Deprecated: Please use consts in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb

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
)

Variables

Deprecated: Please use vars in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb

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
)

func RegisterBigQueryStorageServer

func RegisterBigQueryStorageServer(s *grpc.Server, srv BigQueryStorageServer)

Deprecated: Please use funcs in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb

type ArrowRecordBatch

Arrow RecordBatch.

Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb

type ArrowRecordBatch = src.ArrowRecordBatch

type ArrowSchema

Arrow schema.

Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb

type ArrowSchema = src.ArrowSchema

type AvroRows

Avro rows.

Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb

type AvroRows = src.AvroRows

type AvroSchema

Avro schema.

Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb

type AvroSchema = src.AvroSchema

type 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 BatchCreateReadSessionStreamsRequest = src.BatchCreateReadSessionStreamsRequest

type 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 BatchCreateReadSessionStreamsResponse = src.BatchCreateReadSessionStreamsResponse

type 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

type BigQueryStorageClient = src.BigQueryStorageClient

func NewBigQueryStorageClient

func NewBigQueryStorageClient(cc grpc.ClientConnInterface) BigQueryStorageClient

Deprecated: Please use funcs in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb

type BigQueryStorageServer

BigQueryStorageServer is the server API for BigQueryStorage service.

Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb

type BigQueryStorageServer = src.BigQueryStorageServer

type BigQueryStorage_ReadRowsClient

type BigQueryStorage_ReadRowsClient = src.BigQueryStorage_ReadRowsClient

type BigQueryStorage_ReadRowsServer

type BigQueryStorage_ReadRowsServer = src.BigQueryStorage_ReadRowsServer

type 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 CreateReadSessionRequest = src.CreateReadSessionRequest

type DataFormat

Data format for input or output data.

Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb

type DataFormat = src.DataFormat

type FinalizeStreamRequest

Request information for invoking `FinalizeStream`.

Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb

type FinalizeStreamRequest = src.FinalizeStreamRequest

type Progress

type Progress = src.Progress

type 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 ReadRowsRequest = src.ReadRowsRequest

type 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 = src.ReadRowsResponse

type ReadRowsResponse_ArrowRecordBatch

type ReadRowsResponse_ArrowRecordBatch = src.ReadRowsResponse_ArrowRecordBatch

type ReadRowsResponse_AvroRows

type ReadRowsResponse_AvroRows = src.ReadRowsResponse_AvroRows

type ReadSession

Information returned from a `CreateReadSession` request.

Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb

type ReadSession = src.ReadSession

type ReadSession_ArrowSchema

type ReadSession_ArrowSchema = src.ReadSession_ArrowSchema

type ReadSession_AvroSchema

type ReadSession_AvroSchema = src.ReadSession_AvroSchema

type 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 ShardingStrategy = src.ShardingStrategy

type SplitReadStreamRequest

Request information for `SplitReadStream`.

Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb

type SplitReadStreamRequest = src.SplitReadStreamRequest

type SplitReadStreamResponse

Response from `SplitReadStream`.

Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb

type SplitReadStreamResponse = src.SplitReadStreamResponse

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 Stream = src.Stream

type 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 StreamPosition = src.StreamPosition

type StreamStatus

Progress information for a given Stream.

Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb

type StreamStatus = src.StreamStatus

type TableModifiers

All fields in this message optional.

Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb

type TableModifiers = src.TableModifiers

type TableReadOptions

Options dictating how we read a table.

Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb

type TableReadOptions = src.TableReadOptions

type 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 TableReference = src.TableReference

type ThrottleStatus

Information on if the current connection is being throttled.

Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb

type ThrottleStatus = src.ThrottleStatus

type UnimplementedBigQueryStorageServer

UnimplementedBigQueryStorageServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb

type UnimplementedBigQueryStorageServer = src.UnimplementedBigQueryStorageServer