public sealed class DeleteNamespaceRequest : IMessage<DeleteNamespaceRequest>, IEquatable<DeleteNamespaceRequest>, IDeepCloneable<DeleteNamespaceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Directory v1 API class DeleteNamespaceRequest.
The request message for
[RegistrationService.DeleteNamespace][google.cloud.servicedirectory.v1.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 construct requests for deleting a namespace within the Service Directory v1 API."],["The latest version of `DeleteNamespaceRequest` is 2.6.0, with several previous versions available for reference, ranging from 1.0.0 to 2.5.0."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It includes constructors for creating a new instance and copying an existing `DeleteNamespaceRequest` object, and has properties for the `Name` of the namespace to be deleted, and a view over that property called `NamespaceName`."],["The class is part of the `Google.Cloud.ServiceDirectory.V1` namespace and is contained within the `Google.Cloud.ServiceDirectory.V1.dll` assembly."]]],[]]