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-04-17 UTC."],[[["This document provides reference information for the `DeleteNamespaceRequest` class within the Google Cloud Service Directory v1 API, specifically for version 2.5.0."],["The `DeleteNamespaceRequest` class is used to construct requests for the `DeleteNamespace` operation within the `RegistrationService`, as documented in the API's service directory."],["The class is a sealed class, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as it contains an `object.GetHashCode()`, `object.GetType()`, and an `object.ToString()` method."],["The class has properties `Name`, which is a required string representing the namespace to be deleted, and `NamespaceName`, which is a typed view of the `Name` property, with both accepting string inputs."],["The class is available across multiple versions, from 1.0.0 up to 2.6.0 (latest), with links provided for each version in the documentation."]]],[]]