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.2.0."],["`UpdateDomainRequest` is used to send a request to update a domain and is part of the `Google.Cloud.ManagedIdentities.V1` namespace, found in the `Google.Cloud.ManagedIdentities.V1.dll` assembly."],["The `UpdateDomainRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes two constructors, a default constructor, and a copy constructor accepting another `UpdateDomainRequest` object as a parameter."],["The class has properties such as `Domain`, which represents the domain to be updated, and `UpdateMask`, which specifies which fields of the domain should be modified, with restrictions on the modifiable fields."]]],[]]