public sealed class GetNamespaceRequest : IMessage<GetNamespaceRequest>, IEquatable<GetNamespaceRequest>, IDeepCloneable<GetNamespaceRequest>, IBufferMessage, IMessage
The request message for [RegistrationService.GetNamespace][google.cloud.servicedirectory.v1.RegistrationService.GetNamespace].
Inheritance
System.Object > GetNamespaceRequestImplements
Google.Protobuf.IMessage<GetNamespaceRequest>, System.IEquatable<GetNamespaceRequest>, Google.Protobuf.IDeepCloneable<GetNamespaceRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
System.String |
NamespaceName
public NamespaceName NamespaceName { get; set; }
NamespaceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
NamespaceName |