Class GetNamespaceRequest (1.0.0)

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 > GetNamespaceRequest

Implements

Google.Protobuf.IMessage<GetNamespaceRequest>, System.IEquatable<GetNamespaceRequest>, Google.Protobuf.IDeepCloneable<GetNamespaceRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.ServiceDirectory.V1

Assembly

Google.Cloud.ServiceDirectory.V1.dll

Constructors

GetNamespaceRequest()

public GetNamespaceRequest()

GetNamespaceRequest(GetNamespaceRequest)

public GetNamespaceRequest(GetNamespaceRequest other)
Parameter
NameDescription
otherGetNamespaceRequest

Properties

Name

public string Name { get; set; }

Required. The name of the namespace to retrieve.

Property Value
TypeDescription
System.String

NamespaceName

public NamespaceName NamespaceName { get; set; }

NamespaceName-typed view over the Name resource name property.

Property Value
TypeDescription
NamespaceName