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 provides documentation for the `GetNamespaceRequest` class within the `Google.Cloud.ServiceDirectory.V1` namespace, used for retrieving namespace information."],["The latest version of the documentation is for version 2.6.0, with links provided to previous versions of the documentation down to version 1.0.0."],["`GetNamespaceRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `GetNamespaceRequest` object as a parameter for creating a new instance."],["It also includes properties named `Name` and `NamespaceName`, which are used to specify and access the namespace name, where `Name` is a string type and `NamespaceName` is of type `NamespaceName`."]]],[]]