REST Resource: projects.locations.namespaces

Resource: Namespace

A container for services. Namespaces allow administrators to group services together and define permissions for a collection of services.

JSON representation
{
  "name": string,
  "labels": {
    string: string,
    ...
  },
  "createTime": string,
  "updateTime": string,
  "uid": string
}
Fields
name

string

Immutable. The resource name for the namespace in the format projects/*/locations/*/namespaces/*.

labels

map (key: string, value: string)

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.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

createTime

string (Timestamp format)

Output only. The timestamp when the namespace was created.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

Output only. The timestamp when the namespace was last updated.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

uid

string

Output only. A globally unique identifier (in UUID4 format) for this namespace.

Methods

create

The method google.cloud.servicedirectory.v1beta1.RegistrationService.CreateNamespace is not available in Trusted Cloud by S3NS.

delete

The method google.cloud.servicedirectory.v1beta1.RegistrationService.DeleteNamespace is not available in Trusted Cloud by S3NS.

get

The method google.cloud.servicedirectory.v1beta1.RegistrationService.GetNamespace is not available in Trusted Cloud by S3NS.

getIamPolicy

The method google.cloud.servicedirectory.v1beta1.RegistrationService.GetIamPolicy is not available in Trusted Cloud by S3NS.

list

The method google.cloud.servicedirectory.v1beta1.RegistrationService.ListNamespaces is not available in Trusted Cloud by S3NS.

patch

The method google.cloud.servicedirectory.v1beta1.RegistrationService.UpdateNamespace is not available in Trusted Cloud by S3NS.

setIamPolicy

The method google.cloud.servicedirectory.v1beta1.RegistrationService.SetIamPolicy is not available in Trusted Cloud by S3NS.

testIamPermissions

The method google.cloud.servicedirectory.v1beta1.RegistrationService.TestIamPermissions is not available in Trusted Cloud by S3NS.