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. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
The time when the package was last updated. This includes publishing a new version of the package. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. 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. |