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-21 UTC."],[[["This webpage details the `AddressesConnection` class within the Google Cloud C++ Compute API, specifically version 2.31.0."],["`AddressesConnection` provides virtual methods that mirror the user-facing functionalities in `AddressesClient`, enabling custom behavior injection for testing."],["The document lists various available versions, including a release candidate 2.37.0-rc as the latest version, and links to the documentation for each of them."],["Key functionalities include managing addresses through methods like `AggregatedListAddresses`, `DeleteAddress`, `InsertAddress`, `Move`, and `SetLabels`, all of which are detailed with their parameters and return types."],["The `MakeAddressesConnection()` method should be referred to for creating concrete instances of this class, whereas `MockAddressesConnection` can be used for mocking."]]],[]]