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"]],[["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 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."]]],[]]