public sealed class GetDomainMappingRequest : IMessage<GetDomainMappingRequest>, IEquatable<GetDomainMappingRequest>, IDeepCloneable<GetDomainMappingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class GetDomainMappingRequest.
Request message for DomainMappings.GetDomainMapping.
[[["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-08-07 UTC."],[[["The `GetDomainMappingRequest` class is the request message for the `DomainMappings.GetDomainMapping` method within the App Engine v1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the Google Cloud .NET ecosystem."],["The `GetDomainMappingRequest` class has a `Name` property, which is a string that represents the resource being requested, formatted as `apps/myapp/domainMappings/example.com`."],["The latest version of `GetDomainMappingRequest` available is 2.4.0, and multiple previous versions are documented, from version 1.0.0 up to 2.3.0."]]],[]]