This interface defines virtual methods for each of the user-facing overload sets in AddressesClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type AddressesClient.
To create a concrete instance, see MakeAddressesConnection().
[[["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-03-15 UTC."],[[["This webpage details the `AddressesConnection` class, which provides an interface for interacting with `AddressesClient` and allows for custom behavior injection in tests."],["The latest version of `AddressesConnection` is 2.37.0-rc, with a history of versions ranging down to 2.15.1, each with its corresponding documentation link."],["`AddressesConnection` defines several virtual methods, including `AggregatedListAddresses`, `DeleteAddress`, `GetAddress`, `InsertAddress`, `ListAddresses`, `Move`, and `SetLabels`, for managing compute addresses."],["The class offers both asynchronous and synchronous operations, with some functions having a `NoAwaitTag` variant that allows for the result to be returned without a future."],["Users can find information on how to create an instance of `AddressesConnection` with `MakeAddressesConnection()`, and how to mock it using `compute_addresses_v1_mocks::MockAddressesConnection`."]]],[]]