public sealed class Namespace : IMessage<Namespace>, IEquatable<Namespace>, IDeepCloneable<Namespace>, IBufferMessage, IMessage
A container for [services][google.cloud.servicedirectory.v1.Service].
Namespaces allow administrators to group services together and define
permissions for a collection of services.
Optional. Resource labels associated with this Namespace.
No more than 64 user labels can be associated with a given resource. Label
keys and values can be no longer than 63 characters.
[[["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 page details the `Namespace` class within version 1.2.0 of the Google Cloud Service Directory V1 .NET library."],["`Namespace` objects serve as containers for grouping services and defining access permissions."],["The latest version of the Service Directory is 2.6.0, and there are several versions available, from 1.0.0 up to the latest."],["The `Namespace` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, with base inheritance from the `Object` class."],["Key properties of a `Namespace` include `Labels`, `Name`, and `NamespaceName`, providing resource labels, a unique resource name, and a typed view of the name, respectively."]]],[]]