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 information for the `GetNamespaceRequest` class within the Google Cloud Service Directory v1 API, specifically version 2.3.0, and shows a list of all versions."],["The `GetNamespaceRequest` class is used to request a specific namespace via the `RegistrationService.GetNamespace` method, as stated in the documentation."],["The `GetNamespaceRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetNamespaceRequest` class contains two constructors, a default one and one that takes another `GetNamespaceRequest` object, and has two public properties, `Name` and `NamespaceName`, both used to identify which namespace is being requested."],["The latest version of the API is version 2.6.0, and there are listed previous versions going down to version 1.0.0."]]],[]]