This interface defines virtual methods for each of the user-facing overload sets in BigQueryWriteClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type BigQueryWriteClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides documentation for the `BigQueryWriteConnection` class, which is part of the Google Cloud BigQuery Storage API for C++."],["The `BigQueryWriteConnection` class defines virtual methods corresponding to user-facing overload sets in `BigQueryWriteClient`, enabling the injection of custom behavior for testing purposes."],["The latest version available is `2.37.0-rc`, and the page lists multiple versions from `2.37.0-rc` down to `2.11.0`, each linking to their respective documentation."],["The `BigQueryWriteConnection` interface includes methods such as `CreateWriteStream`, `AsyncAppendRows`, `GetWriteStream`, `FinalizeWriteStream`, `BatchCommitWriteStreams`, and `FlushRows`."],["Users can create concrete instances of `BigQueryWriteConnection` using `MakeBigQueryWriteConnection()` or utilize `bigquery_storage_v1_mocks::MockBigQueryWriteConnection` for mocking during testing."]]],[]]