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."],[[["This webpage details the `Namespace` class within the `Google.Cloud.ServiceDirectory.V1` library, which serves as a container for grouping services and managing their permissions."],["The latest version of `Namespace` is 2.6.0, and the page also provides access to documentation for versions ranging from 2.5.0 down to 1.0.0, with 1.0.0 being the oldest shown."],["`Namespace` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and integration within the .NET environment."],["Key properties of the `Namespace` class include `Labels` (for resource labeling), `Name` (for the immutable resource name), and `NamespaceName` (a typed view over the `Name` property)."]]],[]]