public sealed class GetNamespaceRequest : IMessage<GetNamespaceRequest>, IEquatable<GetNamespaceRequest>, IDeepCloneable<GetNamespaceRequest>, IBufferMessage, IMessageReference documentation and code samples for the Service Directory v1 API class GetNamespaceRequest.
The request message for [RegistrationService.GetNamespace][google.cloud.servicedirectory.v1.RegistrationService.GetNamespace].
Implements
IMessageGetNamespaceRequest, IEquatableGetNamespaceRequest, IDeepCloneableGetNamespaceRequest, 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 |
|