public sealed class GetNamespaceRequest : IMessage<GetNamespaceRequest>, IEquatable<GetNamespaceRequest>, IDeepCloneable<GetNamespaceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Directory v1 API class GetNamespaceRequest.
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-04-17 UTC."],[[["The `GetNamespaceRequest` class is part of the Google Cloud Service Directory v1 API, with the latest version being 2.6.0 and this page's content being based on version 2.5.0."],["This class is a request message used to retrieve a namespace via the `RegistrationService.GetNamespace` method within the Service Directory API."],["`GetNamespaceRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for use in various scenarios."],["The class provides two constructors, one default and one that copies from another `GetNamespaceRequest` object."],["The class contains two properties, `Name` (a string) and `NamespaceName`, which is the NamespaceName type view over the Name resource property."]]],[]]