public sealed class GetDomainRequest : IMessage<GetDomainRequest>, IEquatable<GetDomainRequest>, IDeepCloneable<GetDomainRequest>, IBufferMessage, IMessageReference documentation and code samples for the App Topology v1 API class GetDomainRequest.
Request for GetDomain.
Implements
IMessageGetDomainRequest, IEquatableGetDomainRequest, IDeepCloneableGetDomainRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AppTopology.V1Assembly
Google.Cloud.AppTopology.V1.dll
Constructors
GetDomainRequest()
public GetDomainRequest()GetDomainRequest(GetDomainRequest)
public GetDomainRequest(GetDomainRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetDomainRequest |
Properties
DomainName
public DomainName DomainName { get; set; }DomainName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DomainName |
|
Name
public string Name { get; set; }Required. The name of the domain to retrieve.
Format: projects/{project}/locations/{location}/domains/{domain}
| Property Value | |
|---|---|
| Type | Description |
string |
|