Skip to main content

packages

Overview

Namepackages
TypeResource
Idgoogle.artifactregistry.packages

Fields

NameDatatypeDescription
namestringThe name of the package, for example: projects/p1/locations/us-central1/repositories/repo1/packages/pkg1. If the package ID part contains slashes, the slashes are escaped.
createTimestringThe time when the package was created.
displayNamestringThe display name of the package.
updateTimestringThe time when the package was last updated. This includes publishing a new version of the package.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationsId, packagesId, projectsId, repositoriesIdGets a package.
listSELECTlocationsId, projectsId, repositoriesIdLists packages.
deleteDELETElocationsId, packagesId, projectsId, repositoriesIdDeletes a package and all of its versions and tags. The returned operation will complete once the package has been deleted.
_listEXEClocationsId, projectsId, repositoriesIdLists packages.