This interface defines virtual methods for each of the user-facing overload sets in DomainMappingsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type DomainMappingsClient.
[[["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 `DomainMappingsConnection` class within the Google Cloud App Engine v1 C++ library, focusing on version 2.36.0, but also providing links to previous versions all the way to 2.11.0, as well as a 2.37.0-rc version."],["The `DomainMappingsConnection` class serves as an interface defining virtual methods for user-facing operations in `DomainMappingsClient`, enabling custom behavior injection for testing."],["The documentation outlines the virtual methods available, such as `ListDomainMappings`, `GetDomainMapping`, `CreateDomainMapping`, `UpdateDomainMapping`, and `DeleteDomainMapping`, detailing their parameters, and return types."],["The interface supports asynchronous operations via `future` and `NoAwaitTag` in methods like `CreateDomainMapping`, `UpdateDomainMapping`, and `DeleteDomainMapping`."],["The webpage directs users on how to create concrete instances of `DomainMappingsConnection` by referencing `MakeDomainMappingsConnection()` and mocking by referencing `appengine_v1_mocks::MockDomainMappingsConnection`."]]],[]]