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"]],[["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-08-04 UTC."],[[["This webpage details the `AddressesConnection` object, which provides an interface for interacting with `AddressesClient` and allows for custom behavior injection in testing."],["The page lists various versions of the `AddressesConnection`, with the latest being 2.37.0-rc and also contains links to past versions going back to version 2.15.1."],["The interface includes virtual methods for performing various operations on addresses, such as `AggregatedListAddresses`, `DeleteAddress`, `GetAddress`, `InsertAddress`, `ListAddresses`, `Move`, and `SetLabels`."],["The `AddressesConnection` object can be instantiated using `MakeAddressesConnection()`, and can be mocked in tests with `compute_addresses_v1_mocks::MockAddressesConnection`."],["The interface functions are called with a request parameter, which specifies the specifics of the request, and each function has its own specific return type."]]],[]]