Class AuthorizedDomainsConnection (2.20.0)

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.

To create a concrete instance, see MakeAuthorizedDomainsConnection().

For mocking, see appengine_v1_mocks::MockAuthorizedDomainsConnection.

Functions

virtual options()

Returns
Type Description
Options

virtual ListAuthorizedDomains(google::appengine::v1::ListAuthorizedDomainsRequest)

Parameter
Name Description
request google::appengine::v1::ListAuthorizedDomainsRequest
Returns
Type Description
StreamRange< google::appengine::v1::AuthorizedDomain >