Modules§
- append_
rows_ request - Nested message and enum types in
AppendRowsRequest
. - append_
rows_ response - Nested message and enum types in
AppendRowsResponse
. - arrow_
serialization_ options - Nested message and enum types in
ArrowSerializationOptions
. - big_
query_ read_ client - Generated client implementations.
- big_
query_ write_ client - Generated client implementations.
- read_
rows_ response - Nested message and enum types in
ReadRowsResponse
. - read_
session - Nested message and enum types in
ReadSession
. - row_
error - Nested message and enum types in
RowError
. - storage_
error - Nested message and enum types in
StorageError
. - stream_
stats - Nested message and enum types in
StreamStats
. - table_
field_ schema - Nested message and enum types in
TableFieldSchema
. - write_
stream - Nested message and enum types in
WriteStream
.
Structs§
- Append
Rows Request - Request message for
AppendRows
. - Append
Rows Response - Response message for
AppendRows
. - Arrow
Record Batch - Arrow RecordBatch.
- Arrow
Schema - Arrow schema as specified in https://arrow.apache.org/docs/python/api/datatypes.html and serialized to bytes using IPC: https://arrow.apache.org/docs/format/Columnar.html#serialization-and-interprocess-communication-ipc
- Arrow
Serialization Options - Contains options specific to Arrow Serialization.
- Avro
Rows - Avro rows.
- Avro
Schema - Avro schema.
- Avro
Serialization Options - Contains options specific to Avro Serialization.
- Batch
Commit Write Streams Request - Request message for
BatchCommitWriteStreams
. - Batch
Commit Write Streams Response - Response message for
BatchCommitWriteStreams
. - Create
Read Session Request - Request message for
CreateReadSession
. - Create
Write Stream Request - Request message for
CreateWriteStream
. - Finalize
Write Stream Request - Request message for invoking
FinalizeWriteStream
. - Finalize
Write Stream Response - Response message for
FinalizeWriteStream
. - Flush
Rows Request - Request message for
FlushRows
. - Flush
Rows Response - Respond message for
FlushRows
. - GetWrite
Stream Request - Request message for
GetWriteStreamRequest
. - Proto
Rows - Proto
Schema - ProtoSchema describes the schema of the serialized protocol buffer data rows.
- Read
Rows Request - Request message for
ReadRows
. - Read
Rows Response - Response from calling
ReadRows
may include row data, progress and throttling information. - Read
Session - Information about the ReadSession.
- Read
Stream - Information about a single stream that gets data out of the storage system.
Most of the information about
ReadStream
instances is aggregated, makingReadStream
lightweight. - RowError
- The message that presents row level error info in a request.
- Split
Read Stream Request - Request message for
SplitReadStream
. - Split
Read Stream Response - Response message for
SplitReadStream
. - Storage
Error - Structured custom BigQuery Storage error message. The error can be attached as error details in the returned rpc Status. In particular, the use of error codes allows more structured error handling, and reduces the need to evaluate unstructured error text strings.
- Stream
Stats - Estimated stream statistics for a given read Stream.
- Table
Field Schema - TableFieldSchema defines a single field/column within a table schema.
- Table
Schema - Schema of a table. This schema is a subset of google.cloud.bigquery.v2.TableSchema containing information necessary to generate valid message to write to BigQuery.
- Throttle
State - Information on if the current connection is being throttled.
- Write
Stream - Information about a single stream that gets data inside the storage system.
Enums§
- Data
Format - Data format for input or output data.
- Write
Stream View - WriteStreamView is a view enum that controls what details about a write stream should be returned.