storage

package
v0.0.0-...-8c6c420 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 2 Imported by: 2

Documentation

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.

Index

Constants

View Source
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

View Source
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 deprecated

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

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

Types

type ArrowRecordBatch deprecated

type ArrowRecordBatch = src.ArrowRecordBatch

Arrow RecordBatch.

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

type ArrowSchema deprecated

type ArrowSchema = src.ArrowSchema

Arrow schema.

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

type AvroRows deprecated

type AvroRows = src.AvroRows

Avro rows.

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

type AvroSchema deprecated

type AvroSchema = src.AvroSchema

Avro schema.

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

type BatchCreateReadSessionStreamsRequest deprecated

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 deprecated

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 deprecated

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 deprecated

func NewBigQueryStorageClient(cc grpc.ClientConnInterface) BigQueryStorageClient

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

type BigQueryStorageServer deprecated

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 deprecated

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 deprecated

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 deprecated

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

type ReadRowsRequest deprecated

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 deprecated

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 deprecated

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 deprecated

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 deprecated

type SplitReadStreamRequest = src.SplitReadStreamRequest

Request information for `SplitReadStream`.

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

type SplitReadStreamResponse deprecated

type SplitReadStreamResponse = src.SplitReadStreamResponse

Response from `SplitReadStream`.

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

type Stream deprecated

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

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 deprecated

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 deprecated

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 deprecated

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 deprecated

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 deprecated

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 deprecated

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL