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-04-17 UTC."],[[["The latest version of the `Google.Cloud.ServiceDirectory.V1.Namespace` is 2.6.0, with several older versions available, ranging down to 1.0.0."],["The `Namespace` class acts as a container for services, enabling administrators to group them and manage permissions collectively."],["The `Namespace` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["Key properties of the `Namespace` class include `Labels` for resource labeling, `Name` for resource identification, and `NamespaceName` for a typed view of the resource name."],["There are two constructors available for the `Namespace` class, one empty and the other taking a `Namespace` object as a parameter."]]],[]]