Class Namespace
A container for services. Namespaces allow administrators to group services together and define permissions for a collection of services.
Implements
Inherited Members
Namespace: Google.Apis.ServiceDirectory.v1.Data
Assembly: Google.Apis.ServiceDirectory.v1.dll
Syntax
public class Namespace : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Labels
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.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Name
Immutable. The resource name for the namespace in the format projects/*/locations/*/namespaces/*
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Uid
Output only. The globally unique identifier of the namespace in the UUID4 format.
Declaration
[JsonProperty("uid")]
public virtual string Uid { get; set; }
Property Value
Type | Description |
---|---|
string |