public sealed class GetNamespaceRequest : IMessage<GetNamespaceRequest>, IEquatable<GetNamespaceRequest>, IDeepCloneable<GetNamespaceRequest>, IBufferMessage, IMessage
The request message for [RegistrationService.GetNamespace][google.cloud.servicedirectory.v1beta1.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 `GetNamespaceRequest` class is a request message used for retrieving a namespace in the Google Cloud Service Directory."],["This class is part of the `Google.Cloud.ServiceDirectory.V1Beta1` namespace and is found within the `Google.Cloud.ServiceDirectory.V1Beta1.dll` assembly."],["The `GetNamespaceRequest` class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties such as `Name` (a string representing the namespace's name) and `NamespaceName` (a typed view of the `Name` property)."],["There are available constructors to instantiate this class either without any parameters or with an existing `GetNamespaceRequest` object."]]],[]]