public sealed class UpdateDomainMappingRequest : IMessage<UpdateDomainMappingRequest>, IEquatable<UpdateDomainMappingRequest>, IDeepCloneable<UpdateDomainMappingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class UpdateDomainMappingRequest.
Request message for DomainMappings.UpdateDomainMapping.
[[["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 document provides reference information for the `UpdateDomainMappingRequest` class within the Google Cloud App Engine v1 API, specifically for version 2.1.0."],["`UpdateDomainMappingRequest` is used to send requests for updating domain mappings, as part of the `DomainMappings.UpdateDomainMapping` functionality."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It includes properties like `DomainMapping`, `Name`, and `UpdateMask`, which are essential for specifying the updated domain mapping details and the fields to be updated."],["There are several previous versions available for reference, including version 2.4.0 as the latest, as well as 2.3.0, 2.2.0, 2.0.0, and older versions going all the way down to 1.0.0."]]],[]]