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. 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:   | 
              
updateTime | 
                
                   
 The time when the version 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:   | 
              
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. |