public sealed class UpdateDomainMappingRequest : IMessage<UpdateDomainMappingRequest>, IEquatable<UpdateDomainMappingRequest>, IDeepCloneable<UpdateDomainMappingRequest>, IBufferMessage, IMessage
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 webpage details the `UpdateDomainMappingRequest` class, which is used to request updates to domain mappings within the Google Cloud App Engine V1 service."],["The `UpdateDomainMappingRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message-based operations and providing functionalities such as equality checks and deep cloning."],["The class provides properties to define a domain mapping with the `DomainMapping` property, specify the name of the resource to update using the `Name` property, and control which fields are updated via the `UpdateMask` property."],["There are multiple versions of this class that can be referenced, starting from version 1.0.0 up to the most recent version, 2.4.0."]]],[]]