public sealed class GetDomainRequest : IMessage<GetDomainRequest>, IEquatable<GetDomainRequest>, IDeepCloneable<GetDomainRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Microsoft Active Directory v1 API class GetDomainRequest.
Request message for [GetDomain][google.cloud.managedidentities.v1.GetDomain]
[[["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 available for the Managed Service for Microsoft Active Directory v1 API is 3.3.0, with the documentation highlighting the `GetDomainRequest` class."],["The `GetDomainRequest` class is a request message for retrieving domain information, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, a default constructor `GetDomainRequest()` and another that accepts an existing `GetDomainRequest` instance as a parameter for copying, labeled `GetDomainRequest(GetDomainRequest other)`."],["`GetDomainRequest` class includes two properties, `DomainName` of type `DomainName`, which is a typed view over the `Name` property, and a `Name` property, which is a string representing the domain resource name in a specific format."]]],[]]