public sealed class UpdateDomainRequest : IMessage<UpdateDomainRequest>, IEquatable<UpdateDomainRequest>, IDeepCloneable<UpdateDomainRequest>, IBufferMessage, IMessage
Request message for
[UpdateDomain][google.cloud.managedidentities.v1.UpdateDomain]
Required. Mask of fields to update. At least one path must be supplied in this
field. The elements of the repeated paths field may only include
fields from [Domain][google.cloud.managedidentities.v1.Domain]:
[[["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 latest version of the `UpdateDomainRequest` is 3.3.0, with older versions ranging from 3.2.0 down to 2.2.0, all accessible via direct links provided."],["`UpdateDomainRequest` is a message class used for updating domain information, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateDomainRequest` class includes two constructors: a default constructor and another that takes another `UpdateDomainRequest` as a parameter."],["The `UpdateDomainRequest` has two main properties: `Domain`, which is the updated domain message, and `UpdateMask`, which specifies which fields of the domain should be updated, as `labels`, `locations`, or `authorized_networks`."]]],[]]