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-14 UTC."],[[["This page provides documentation for the `DomainMappingsConnection` class, specifically within the Google Cloud App Engine v1 C++ client library."],["The `DomainMappingsConnection` class defines the interface and virtual methods for interacting with the `DomainMappingsClient`, enabling custom behavior through the injection of mock objects."],["It showcases a comprehensive list of available versions of the library, from 2.11.0 up to the latest release candidate (2.37.0-rc), allowing users to pick the most appropriate version."],["The documentation outlines the different functions available within `DomainMappingsConnection` such as `ListDomainMappings`, `GetDomainMapping`, `CreateDomainMapping`, `UpdateDomainMapping`, and `DeleteDomainMapping`, and the return types of each function."],["Users can create a concrete instance of the class through the `MakeDomainMappingsConnection()` function, and for testing, can find a mock implementation in `appengine_v1_mocks::MockDomainMappingsConnection`."]]],[]]