GetNamespaceResult

data class GetNamespaceResult(val createTime: String, val labels: Map<String, String>, val name: String, val uid: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetNamespaceResult(createTime: String, labels: Map<String, String>, name: String, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp when the namespace was created.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard
val uid: String

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

Link copied to clipboard

The timestamp when the namespace was last updated. //*/