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 webpage details the `Namespace` class within the `Google.Cloud.ServiceDirectory.V1` library, which serves as a container for grouping services and defining permissions in Google Cloud's Service Directory."],["The latest version documented is 2.6.0, but a number of previous versions are available, with version 1.4.0 being the version in context for this specific document page."],["The `Namespace` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `Namespace` class includes properties like `Labels` (a map of string key-value pairs) and `Name` (the resource name for the namespace), along with a typed view of the name via `NamespaceName`."],["Two constructors are provided for the `Namespace` class: one parameterless and one that accepts another `Namespace` instance for creating a copy."]]],[]]