This interface defines virtual methods for each of the user-facing overload sets in AuthorizedDomainsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type AuthorizedDomainsClient.
[[["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 provides documentation for the `AuthorizedDomainsConnection` class within the Google Cloud App Engine C++ library, specifically for version 2.35.0-rc, with links to other versions."],["The `AuthorizedDomainsConnection` class defines virtual methods corresponding to the user-facing overloads in `AuthorizedDomainsClient`, facilitating custom behavior injection for testing."],["Users can find a concrete instance of `AuthorizedDomainsConnection` through the `MakeAuthorizedDomainsConnection()` function."],["For testing purposes, a mock version of this class, called `appengine_v1_mocks::MockAuthorizedDomainsConnection` is also available."],["The `AuthorizedDomainsConnection` interface includes a virtual function called `ListAuthorizedDomains` that takes `google::appengine::v1::ListAuthorizedDomainsRequest` as a parameter and returns a `StreamRange` of `google::appengine::v1::AuthorizedDomain` objects."]]],[]]