BigQuery Storage API
Service: bigquerystorage.googleapis.com
The Service name bigquerystorage.googleapis.com
is needed to create RPC client stubs.
Methods |
CreateReadSession
|
Creates a new read session. |
ReadRows
|
Reads rows from the stream in the format prescribed by the ReadSession. |
SplitReadStream
|
Splits a given ReadStream into two ReadStream objects. |
Methods |
CreateReadSession
|
Creates a new read session. |
ReadRows
|
Reads rows from the stream in the format prescribed by the ReadSession. |
SplitReadStream
|
Splits a given ReadStream into two ReadStream objects. |
Methods |
AppendRows (deprecated)
|
Appends data to the given stream. |
BatchCommitWriteStreams (deprecated)
|
Atomically commits a group of PENDING streams that belong to the same parent table. |
CreateWriteStream (deprecated)
|
Creates a write stream to the given table. |
FinalizeWriteStream (deprecated)
|
Finalize a write stream so that no new data can be appended to the stream. |
FlushRows (deprecated)
|
Flushes rows to a BUFFERED stream. |
GetWriteStream (deprecated)
|
Gets a write stream. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-02 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["The service `bigquerystorage.googleapis.com` is required for creating Remote Procedure Call (RPC) client stubs."],["`BigQueryRead` methods, like `CreateReadSession`, `ReadRows`, and `SplitReadStream`, are used for reading data from BigQuery tables."],["`BigQueryWrite` methods, including `AppendRows`, `CreateWriteStream`, `FinalizeWriteStream`, and `FlushRows`, are for writing data to BigQuery tables."],["`BigQueryStorage` methods enable creating additional read streams (`BatchCreateReadSessionStreams`), finalizing streams (`FinalizeStream`), and splitting read streams (`SplitReadStream`)."],["The `BigQueryWrite` class within the `google.cloud.bigquery.storage.v1beta2` package is marked as deprecated, along with all of its methods, meaning it is no longer supported."]]],[]]