public sealed class GetNamespaceRequest : IMessage<GetNamespaceRequest>, IEquatable<GetNamespaceRequest>, IDeepCloneable<GetNamespaceRequest>, IBufferMessage, IMessageThe request message for [RegistrationService.GetNamespace][google.cloud.servicedirectory.v1.RegistrationService.GetNamespace].
Implements
IMessage<GetNamespaceRequest>, IEquatable<GetNamespaceRequest>, IDeepCloneable<GetNamespaceRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceDirectory.V1Assembly
Google.Cloud.ServiceDirectory.V1.dll
Constructors
GetNamespaceRequest()
public GetNamespaceRequest()GetNamespaceRequest(GetNamespaceRequest)
public GetNamespaceRequest(GetNamespaceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetNamespaceRequest |
Properties
Name
public string Name { get; set; }Required. The name of the namespace to retrieve.
| Property Value | |
|---|---|
| Type | Description |
String |
|
NamespaceName
public NamespaceName NamespaceName { get; set; }NamespaceName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
NamespaceName |
|