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."],[[["The `GetDomainMappingRequest` class is a request message used for retrieving domain mapping information in the `DomainMappings.GetDomainMapping` operation."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality like message handling, comparison, cloning, and buffering."],["`GetDomainMappingRequest` objects can be constructed with a default constructor or by copying an existing `GetDomainMappingRequest` object."],["The `Name` property, a string, is used to identify the specific domain mapping resource being requested, following the format: `apps/myapp/domainMappings/example.com`."],["The `Google.Cloud.AppEngine.V1` namespace contains the `GetDomainMappingRequest` and the assembly it is found in is `Google.Cloud.AppEngine.V1.dll`."]]],[]]