Expand description
BigQuery Storage Write API client for high-throughput data streaming.
This module provides an implementation of the BigQuery Storage Write API, enabling efficient streaming of structured data to BigQuery tables.
Structs§
- Append
Requests Stream - Streaming adapter that converts message batches into
AppendRowsRequest
objects. - Batch
Append Result - Result of processing a single table batch in concurrent append operations.
- Field
Descriptor - Metadata descriptor for a single field in a BigQuery table schema.
- Storage
Api - High-level client for BigQuery Storage Write API operations.
- Stream
Name - Hierarchical identifier for BigQuery write streams.
- Table
Batch - Collection of rows targeting a specific BigQuery table for batch processing.
- Table
Descriptor - Complete schema definition for a BigQuery table.
Enums§
- Column
Mode - Field cardinality modes for BigQuery schema fields.
- Column
Type - Supported protobuf column types for BigQuery schema mapping.