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."],[[["This webpage details the `AddressesConnection` interface for the `AddressesClient`, which is a part of the Google Cloud C++ Compute library."],["The `AddressesConnection` interface offers virtual methods corresponding to each user-facing overload set within `AddressesClient`, enabling the injection of custom behaviors, especially useful for testing."],["It provides access to various functions such as `AggregatedListAddresses`, `DeleteAddress`, `GetAddress`, `InsertAddress`, `ListAddresses`, `Move`, and `SetLabels`, which are all used for managing addresses."],["The latest version of the documentation is 2.37.0-rc, and the page lists documentation links for versions from 2.37.0-rc down to 2.15.1 of the `AddressesConnection`."],["For creating a concrete instance of the interface one can use `MakeAddressesConnection()`, and for creating mock instances `compute_addresses_v1_mocks::MockAddressesConnection` can be used."]]],[]]