This interface defines virtual methods for each of the user-facing overload sets in AsyncClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type AsyncClient.
To create a concrete instance, see MakeAsyncConnection().
[[["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-22 UTC."],[[["This document details the `AsyncConnection` interface for `AsyncClient`, which provides virtual methods for user-facing overload sets, enabling custom behavior injection for testing purposes."],["The document lists various versions of the `AsyncConnection` interface, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0, all with corresponding links to their documentation."],["The `AsyncConnection` interface defines multiple functions for object manipulation, including `InsertObject`, `ReadObject`, `DeleteObject`, `ComposeObject`, `StartUnbufferedUpload`, `StartBufferedUpload`, and `RewriteObject`, along with their respective parameter and return types."],["Users can utilize the `MakeAsyncConnection()` function to create concrete instances of the interface, or use `storage_mocks::MockAsyncConnection` for mocking in testing scenarios."],["The document also details the different parameters and returns that correspond to the multiple functions, such as `future\u003cStatusOr\u003cgoogle::storage::v2::Object\u003e\u003e` for `InsertObject` and `future\u003c Status \u003e` for `DeleteObject`."]]],[]]