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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This webpage details the `DomainMappingsConnection` interface, which provides virtual methods for each user-facing overload set in `DomainMappingsClient`, allowing for custom behavior injection during testing."],["The `DomainMappingsConnection` class is part of the Google Cloud App Engine C++ library and has several versions available, ranging from 2.11.0 to 2.37.0-rc, with 2.37.0-rc being the most current."],["The interface includes methods for listing, getting, creating, updating, and deleting domain mappings, each with specific request and return types."],["Users can create concrete instances of `DomainMappingsConnection` using the `MakeDomainMappingsConnection()` function or create mock objects for testing using `appengine_v1_mocks::MockDomainMappingsConnection`."],["The interface also contains overloads of `CreateDomainMapping`, `UpdateDomainMapping` and `DeleteDomainMapping` functions that use a NoAwaitTag parameter and the google::longrunning::Operation parameter."]]],[]]