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-03-21 UTC."],[[["This document provides reference documentation for the `GetNamespaceRequest` class within the Google Cloud Service Directory v1 API, specifically version 2.4.0."],["`GetNamespaceRequest` is a message type used in the `RegistrationService.GetNamespace` method to request information about a specific namespace."],["The `GetNamespaceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors, one default and one that takes another `GetNamespaceRequest` object, and it also has two properties, `Name` and `NamespaceName`, used for identifying the target namespace."],["The latest version available is 2.6.0 and this page displays the documentation for version 2.4.0, as well as links to the other available versions, which range from 1.0.0 to the latest 2.6.0."]]],[]]