GetVersionResult

data class GetVersionResult(val annotations: Map<String, String>, val createTime: String, val description: String, val displayName: String, val labels: Map<String, String>, val name: String, val primarySpec: String, val state: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetVersionResult(annotations: Map<String, String>, createTime: String, description: String, displayName: String, labels: Map<String, String>, name: String, primarySpec: String, state: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Annotations attach non-identifying metadata to resources. Annotation keys and values are less restricted than those of labels, but should be generally used for small values of broad interest. Larger, topic- specific metadata should be stored in Artifacts.

Link copied to clipboard

Creation timestamp.

Link copied to clipboard

A detailed description.

Link copied to clipboard

Human-meaningful name.

Link copied to clipboard

Labels attach identifying metadata to resources. Identifying metadata can be used to filter list operations. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one resource (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with apigeeregistry.googleapis.com/ and cannot be changed.

Link copied to clipboard

Resource name.

Link copied to clipboard

The primary spec for this version. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}

Link copied to clipboard

A user-definable description of the lifecycle phase of this API version. Format: free-form, but we expect single words that describe API maturity, e.g., "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION", "DEPRECATED", "RETIRED".

Link copied to clipboard

Last update timestamp.