public sealed class GetDomainMappingRequest : IMessage<GetDomainMappingRequest>, IEquatable<GetDomainMappingRequest>, IDeepCloneable<GetDomainMappingRequest>, IBufferMessage, IMessage
Request message for DomainMappings.GetDomainMapping.
[[["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-21 UTC."],[[["This webpage details the `GetDomainMappingRequest` class, which is used to request domain mapping information from Google Cloud App Engine."],["The `GetDomainMappingRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which makes it compatible with Google Protobuf and provides functionalities such as deep cloning and message buffering."],["The class is part of the `Google.Cloud.AppEngine.V1` namespace and is contained within the `Google.Cloud.AppEngine.V1.dll` assembly."],["The `GetDomainMappingRequest` class provides two constructors, a default one and one that takes another `GetDomainMappingRequest` object as a parameter."],["The current stable and latest release of the API is 2.4.0, with versions as far back as 1.0.0 available for review, including the current version detailed on the page, 1.4.0."]]],[]]