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