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 provides documentation for the `DomainMappingsConnection` class within the Google Cloud App Engine C++ client library, specifically detailing versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `DomainMappingsConnection` class defines virtual methods that correspond to each of the user-facing overload sets found in `DomainMappingsClient`, allowing for custom behavior injection during testing."],["Users can instantiate a `DomainMappingsConnection` object using `MakeDomainMappingsConnection()`, and it also enables users to mock this class using `appengine_v1_mocks::MockDomainMappingsConnection`."],["The class offers functionalities such as `ListDomainMappings`, `GetDomainMapping`, `CreateDomainMapping`, `UpdateDomainMapping`, and `DeleteDomainMapping`, which are all virtual methods that take specific request objects as parameters and return different types of responses."],["It defines a `options()` virtual function that returns the option object."]]],[]]