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 document provides reference documentation for the `UpdateDomainRequest` class within the Google Cloud Managed Identities v1 API."],["The `UpdateDomainRequest` class is used to send a request to update a domain in the Managed Service for Microsoft Active Directory."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `object` class."],["The `UpdateDomainRequest` class contains properties such as `Domain` to specify the domain with updated fields and `UpdateMask` to define which fields should be updated."],["The latest available version of the `UpdateDomainRequest` is 3.3.0."]]],[]]