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 provides documentation for the `AddressesConnection` object, which is part of the Google Cloud C++ Compute library, specifically for managing compute addresses."],["The latest version available is `2.37.0-rc`, but there are many previous versions that can be found listed down to `2.15.1`, showing the evolution of the library."],["The `AddressesConnection` interface defines virtual methods that correspond to user-facing functions within the `AddressesClient`, allowing for the injection of custom behavior during testing."],["This documentation includes a detailed breakdown of the virtual functions of the `AddressesConnection` object, such as `AggregatedListAddresses`, `DeleteAddress`, and `ListAddresses`, outlining the parameters and return types for each."],["`MakeAddressesConnection()` can be used to create a concrete instance of the object, and `MockAddressesConnection` can be used to mock the connection during testing."]]],[]]