public sealed class Namespace : IMessage<Namespace>, IEquatable<Namespace>, IDeepCloneable<Namespace>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Directory v1 API class Namespace.
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-04-17 UTC."],[[["The `Namespace` class in the Service Directory v1 API serves as a container for grouping services, facilitating permission management for collections of services."],["The latest version of the API for the `Namespace` class is 2.6.0, with versions ranging back to 1.0.0 available for use."],["The `Namespace` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring comprehensive functionality and compatibility."],["Key properties of the `Namespace` class include `Labels`, which allows for attaching metadata to the namespace, and `Name`, the immutable resource name identifier."],["There are two constructors provided, a default one for initialization and another to create a copy of an existing `Namespace` object, using the parameter `other`."]]],[]]