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 page provides reference documentation for the `DeleteNamespaceRequest` class within the Google Cloud Service Directory v1 API, specifically for .NET development."],["The `DeleteNamespaceRequest` class is used to create a request for deleting a namespace via the `RegistrationService.DeleteNamespace` method."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The documentation covers the class's constructors and properties, including `Name` (the name of the namespace to delete) and `NamespaceName` (a typed view of the name property)."],["The documentation also lists all of the available versions for DeleteNamespaceRequest, going from 2.6.0 down to 1.0.0, with 2.6.0 being the latest version."]]],[]]