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."],[[["This document provides reference information for the `DeleteNamespaceRequest` class within the Google Cloud Service Directory v1 API, specifically version 2.3.0, and shows a list of previous versions."],["`DeleteNamespaceRequest` is used as the request message for `RegistrationService.DeleteNamespace` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes properties such as `Name` (a string representing the name of the namespace to delete) and `NamespaceName` (a typed view over the `Name` resource)."],["The document outlines the constructors for `DeleteNamespaceRequest`, both the default constructor and one that takes another `DeleteNamespaceRequest` object as a parameter."],["The latest version of the API is 2.6.0, with the provided content being version 2.3.0, and includes a list of previous versions all the way back to 1.0.0."]]],[]]