public sealed class UpdateDomainRequest : IMessage<UpdateDomainRequest>, IEquatable<UpdateDomainRequest>, IDeepCloneable<UpdateDomainRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Microsoft Active Directory v1 API class UpdateDomainRequest.
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."],[[["This page provides documentation for the `UpdateDomainRequest` class within the Google Cloud Managed Identities v1 API, specifically version 3.1.0."],["`UpdateDomainRequest` is used to send a request to update a domain and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Domain`, which represents the updated domain data, and `UpdateMask`, which specifies which fields within the domain to update."],["There are several previous versions of this doc that can be seen using the links provided, with 3.3.0 being the latest."],["The class inherits methods like `GetHashCode`, `GetType`, and `ToString` from the base `object` class, and is part of the `Google.Cloud.ManagedIdentities.V1` namespace."]]],[]]