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 is available in multiple versions ranging from 2.15.1 to the latest release candidate 2.37.0-rc."],["The `AddressesConnection` class defines virtual methods that correspond to each of the user-facing overload sets found in `AddressesClient`, allowing for custom behavior injection during testing."],["Users can create concrete instances of `AddressesConnection` using `MakeAddressesConnection()`, and a mock version is available for testing purposes via `compute_addresses_v1_mocks::MockAddressesConnection`."],["The interface includes virtual methods for various address-related operations such as `AggregatedListAddresses`, `DeleteAddress`, `GetAddress`, `InsertAddress`, `ListAddresses`, `Move`, and `SetLabels`, each taking a request parameter and returning a specific type or future operation."],["The `options()` function is also defined as a virtual method within the `AddressesConnection` class, with a return type of `Options`."]]],[]]