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."],[[["This documentation pertains to the `DeleteNamespaceRequest` class within the Service Directory v1beta1 API, specifically version 2.0.0-beta05."],["The `DeleteNamespaceRequest` class is the request message utilized for the `RegistrationService.DeleteNamespace` operation, enabling the deletion of a namespace."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffered message operations."],["The class has two constructors, one is the default constructor, the other accepts another `DeleteNamespaceRequest` as a parameter, and has two properties: `Name`, the namespace name to delete, and `NamespaceName`, a type-specific view of `Name`."],["The `DeleteNamespaceRequest` class inherits from the `object` class and can access the `GetHashCode()`, `GetType()`, and `ToString()` inherited members."]]],[]]