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