Resource: Tag
Tags point to a version and represent an alternative name that can be used to access the version.
JSON representation |
---|
{ "name": string, "version": string } |
Fields | |
---|---|
name |
The name of the tag, for example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/tags/tag1". If the package part contains slashes, the slashes are escaped. The tag part can only have characters in [a-zA-Z0-9-._~:@], anything else must be URL encoded. |
version |
The name of the version the tag refers to, for example: |
Methods |
|
---|---|
|
Creates a tag. |
|
Deletes a tag. |
|
Gets a tag. |
|
Lists tags. |
|
Updates a tag. |