Class DeleteNamespaceRequest (1.0.0)

public sealed class DeleteNamespaceRequest : IMessage<DeleteNamespaceRequest>, IEquatable<DeleteNamespaceRequest>, IDeepCloneable<DeleteNamespaceRequest>, IBufferMessage, IMessage

The request message for [RegistrationService.DeleteNamespace][google.cloud.servicedirectory.v1.RegistrationService.DeleteNamespace].

Inheritance

System.Object > DeleteNamespaceRequest

Implements

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

Namespace

Google.Cloud.ServiceDirectory.V1

Assembly

Google.Cloud.ServiceDirectory.V1.dll

Constructors

DeleteNamespaceRequest()

public DeleteNamespaceRequest()

DeleteNamespaceRequest(DeleteNamespaceRequest)

public DeleteNamespaceRequest(DeleteNamespaceRequest other)
Parameter
NameDescription
otherDeleteNamespaceRequest

Properties

Name

public string Name { get; set; }

Required. The name of the namespace to delete.

Property Value
TypeDescription
System.String

NamespaceName

public NamespaceName NamespaceName { get; set; }

NamespaceName-typed view over the Name resource name property.

Property Value
TypeDescription
NamespaceName