Resource: Version
The body of a version resource. A version resource represents a collection of components, such as files and other data. This may correspond to a version in many package management schemes.
JSON representation |
---|
{
"name": string,
"description": string,
"createTime": string,
"updateTime": string,
"relatedTags": [
{
object ( |
Fields | |
---|---|
name |
The name of the version, for example: |
description |
Optional. Description of the version, as specified in its metadata. |
createTime |
The time when the version was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
The time when the version was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
relatedTags[] |
Output only. A list of related tags. Will contain up to 100 tags that reference this version. |
metadata |
Output only. Repository-specific Metadata stored against this version. The fields returned are defined by the underlying repository-specific resource. Currently, the resources could be: |
annotations |
Optional. Client specified annotations. An object containing a list of |
Methods |
|
---|---|
|
Deletes multiple versions across a repository. |
|
Deletes a version and all of its content. |
|
Gets a version |
|
Lists versions. |
|
Updates a version. |