GetTagValueResult

data class GetTagValueResult(val createTime: String, val description: String, val etag: String, val name: String, val namespacedName: String, val parent: String, val shortName: String, val updateTime: String)

Constructors

Link copied to clipboard
constructor(createTime: String, description: String, etag: String, name: String, namespacedName: String, parent: String, shortName: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Creation time.

Link copied to clipboard

Optional. User-assigned description of the TagValue. Must not exceed 256 characters. Read-write.

Link copied to clipboard

Optional. Entity tag which users can pass to prevent race conditions. This field is always set in server responses. See UpdateTagValueRequest for details.

Link copied to clipboard

Immutable. Resource name for TagValue in the format tagValues/456.

Link copied to clipboard

The namespaced name of the TagValue. Can be in the form {organization_id}/{tag_key_short_name}/{tag_value_short_name} or {project_id}/{tag_key_short_name}/{tag_value_short_name} or {project_number}/{tag_key_short_name}/{tag_value_short_name}.

Link copied to clipboard

Immutable. The resource name of the new TagValue's parent TagKey. Must be of the form tagKeys/{tag_key_id}.

Link copied to clipboard

Immutable. User-assigned short name for TagValue. The short name should be unique for TagValues within the same parent TagKey. The short name must be 63 characters or less, beginning and ending with an alphanumeric character (a-z0-9A-Z) with dashes (-), underscores (_), dots (.), and alphanumerics between.

Link copied to clipboard

Update time.