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 `AddressesConnection` class provides an interface with virtual methods for the user-facing overload sets in `AddressesClient`, enabling custom behavior for testing."],["The latest version available is 2.37.0-rc, while version 2.36.0 is highlighted and shows it defines the `AddressesConnection` and `AddressesClient` objects."],["This document outlines various functions available within the `AddressesConnection` interface, including `AggregatedListAddresses`, `DeleteAddress`, `GetAddress`, `InsertAddress`, `ListAddresses`, `Move`, and `SetLabels`."],["Each function in `AddressesConnection` accepts a specific request object and returns either a `StatusOr` object, or a `future` of a `StatusOr` object, which is an `Operation` type."],["The `AddressesConnection` supports both synchronous and asynchronous operations, with `NoAwaitTag` versions available for non-blocking calls."]]],[]]