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-04-17 UTC."],[[["This document provides reference information for the `UpdateDomainMappingRequest` class within the Google Cloud App Engine v1 API, specifically for version 2.2.0."],["`UpdateDomainMappingRequest` is a class used to update a domain mapping, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class allows you to update a domain mapping by providing a `DomainMapping` object, the resource's `Name`, and a `FieldMask` to specify which fields should be modified."],["The available versions of the `UpdateDomainMappingRequest` documentation range from the latest 2.4.0 to 1.0.0, providing a history of the class."],["The `UpdateDomainMappingRequest` class inherits from `object` and has a constructor with the option of providing another `UpdateDomainMappingRequest` to duplicate."]]],[]]