public sealed class GetNamespaceRequest : IMessage<GetNamespaceRequest>, IEquatable<GetNamespaceRequest>, IDeepCloneable<GetNamespaceRequest>, IBufferMessage, IMessage
The request message for
[RegistrationService.GetNamespace][google.cloud.servicedirectory.v1.RegistrationService.GetNamespace].
[[["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 latest version of the `GetNamespaceRequest` class is 2.6.0, and there are multiple previous versions available, including down to version 1.0.0."],["The `GetNamespaceRequest` class is used as a request message for the `RegistrationService.GetNamespace` method in the `google.cloud.servicedirectory.v1` namespace."],["This class inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetNamespaceRequest` class has properties `Name` (a string) and `NamespaceName` (of type `NamespaceName`) which allows you to define the namespace you want to retrieve."],["The class has two constructors: a default constructor `GetNamespaceRequest()` and a constructor that accepts another `GetNamespaceRequest` instance `GetNamespaceRequest(GetNamespaceRequest other)`."]]],[]]