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, used for requesting namespace information from the Registration Service."],["The latest version of this resource is 2.6.0, with versions ranging back to 1.0.0 available for reference and comparison, all of which are related to the GetNamespaceRequest resource."],["The `GetNamespaceRequest` class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it's part of a structured messaging system."],["The `GetNamespaceRequest` class has properties such as `Name`, a required string field for the namespace name, and `NamespaceName`, which is a typed view of the name property, allowing for type-safe name handling."]]],[]]