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."],[[["This webpage details the `GetNamespaceRequest` class within the `Google.Cloud.ServiceDirectory.V1` namespace, specifically version 1.3.0."],["The `GetNamespaceRequest` class is used as a request message for retrieving a namespace via `RegistrationService.GetNamespace`."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two constructors, one default and another that accepts a `GetNamespaceRequest` parameter, and includes properties for `Name` (string) and `NamespaceName` (NamespaceName)."],["The page also lists all versions from 1.0.0 to the latest version 2.6.0, with each version having their own `GetNamespaceRequest` page."]]],[]]