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-05 UTC."],[[["The content pertains to the `AddressesConnection` class in the Google Cloud C++ Compute library, specifically version 2.35.0, which serves as an interface for the `AddressesClient`."],["The `AddressesConnection` class defines virtual methods for various operations on addresses, such as `AggregatedListAddresses`, `DeleteAddress`, `GetAddress`, `InsertAddress`, `ListAddresses`, `Move`, and `SetLabels`."],["A comprehensive list of previous versions, starting from 2.15.1 all the way to the release candidate 2.37.0-rc, are available to view, and reference in the documentation."],["Users can inject custom behavior for testing, using a mocked version of the `AddressesConnection` class."],["The documentation provides detailed parameter and return type information for each virtual method, ensuring comprehensive understanding of each functionality."]]],[]]