Resource: Package
Packages are named collections of versions.
| JSON representation | 
|---|
{ "name": string, "displayName": string, "createTime": string, "updateTime": string, "annotations": { string: string, ... } }  | 
              
| Fields | |
|---|---|
name | 
                
                   
 The name of the package, for example:   | 
              
displayName | 
                
                   
 The display name of the package.  | 
              
createTime | 
                
                   
 The time when the package 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 package was last updated. This includes publishing a new version of the package. 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:   | 
              
annotations | 
                
                   
 Optional. Client specified annotations. An object containing a list of   | 
              
Methods | 
            |
|---|---|
                
 | 
              Deletes a package and all of its versions and tags. | 
                
 | 
              Gets a package. | 
                
 | 
              Lists packages. | 
                
 | 
              Updates a package. |