public sealed class DeleteNamespaceRequest : IMessage<DeleteNamespaceRequest>, IEquatable<DeleteNamespaceRequest>, IDeepCloneable<DeleteNamespaceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Directory v1beta1 API class DeleteNamespaceRequest.
The request message for
[RegistrationService.DeleteNamespace][google.cloud.servicedirectory.v1beta1.RegistrationService.DeleteNamespace].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `DeleteNamespaceRequest` class is used to request the deletion of a namespace in the Service Directory v1beta1 API."],["This class is part of the `Google.Cloud.ServiceDirectory.V1Beta1` namespace and is implemented in the `Google.Cloud.ServiceDirectory.V1Beta1.dll` assembly."],["It inherits from the `object` class and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `DeleteNamespaceRequest` class has a `Name` property, which is a string that represents the name of the namespace to be deleted, and a `NamespaceName` property providing a typed view of the same resource name."],["There are two different constructors available for the class: one with no parameters, and one that accepts another `DeleteNamespaceRequest` object as a parameter."]]],[]]