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 document outlines the `DomainMappingsConnection` class, which provides an interface for managing domain mappings within the Google App Engine v1 API, as part of the C++ client library."],["The `DomainMappingsConnection` class defines virtual methods for various operations, such as listing, getting, creating, updating, and deleting domain mappings."],["The class supports both synchronous and asynchronous operations for creating, updating, and deleting domain mappings, offering flexible handling of `longrunning::Operation`."],["Users can inject custom behavior into tests using the `MockDomainMappingsConnection` class, making it easier to isolate and test interactions with the App Engine API."],["This document covers C++ library versions from 2.11.0 up to the latest release candidate, 2.37.0-rc, in addition to the current version 2.29.0, all of which expose the same interface for interacting with the App Engine API."]]],[]]