Artifact Registry API

Store and manage build artifacts in a scalable and integrated service built on Google infrastructure.

Service: artifactregistry.googleapis.com

To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Discovery document

A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:

Service endpoint

A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://artifactregistry.s3nsapis.fr

Regional service endpoint

A regional service endpoint is a base URL that specifies the network address of an API service in a single region. A service that is available in multiple regions might have multiple regional endpoints. Select a location to see its regional service endpoint for this service.


REST Resource: v1.projects

Methods
getProjectSettings The method google.devtools.artifactregistry.v1.ArtifactRegistry.GetProjectSettings is not available in Trusted Cloud by S3NS.
updateProjectSettings The method google.devtools.artifactregistry.v1.ArtifactRegistry.UpdateProjectSettings is not available in Trusted Cloud by S3NS.

REST Resource: v1.projects.locations

Methods
get The method google.cloud.location.Locations.GetLocation is not available in Trusted Cloud by S3NS.
getVpcscConfig The method google.devtools.artifactregistry.v1.ArtifactRegistry.GetVPCSCConfig is not available in Trusted Cloud by S3NS.
list The method google.cloud.location.Locations.ListLocations is not available in Trusted Cloud by S3NS.
updateVpcscConfig The method google.devtools.artifactregistry.v1.ArtifactRegistry.UpdateVPCSCConfig is not available in Trusted Cloud by S3NS.

REST Resource: v1.projects.locations.operations

Methods
get The method google.longrunning.Operations.GetOperation is not available in Trusted Cloud by S3NS.

REST Resource: v1.projects.locations.repositories

Methods
create POST /v1/{parent=projects/*/locations/*}/repositories
Creates a repository.
delete DELETE /v1/{name=projects/*/locations/*/repositories/*}
Deletes a repository and all of its contents.
get GET /v1/{name=projects/*/locations/*/repositories/*}
Gets a repository.
getIamPolicy GET /v1/{resource=projects/*/locations/*/repositories/*}:getIamPolicy
Gets the IAM policy for a given resource.
list GET /v1/{parent=projects/*/locations/*}/repositories
Lists repositories.
patch PATCH /v1/{repository.name=projects/*/locations/*/repositories/*}
Updates a repository.
setIamPolicy POST /v1/{resource=projects/*/locations/*/repositories/*}:setIamPolicy
Updates the IAM policy for a given resource.
testIamPermissions POST /v1/{resource=projects/*/locations/*/repositories/*}:testIamPermissions
Tests if the caller has a list of permissions on a resource.

REST Resource: v1.projects.locations.repositories.aptArtifacts

Methods
import The method google.devtools.artifactregistry.v1.ArtifactRegistry.ImportAptArtifacts is not available in Trusted Cloud by S3NS.
upload The method google.devtools.artifactregistry.v1.ArtifactRegistry.UploadAptArtifact is not available in Trusted Cloud by S3NS.

REST Resource: v1.projects.locations.repositories.attachments

Methods
create The method google.devtools.artifactregistry.v1.ArtifactRegistry.CreateAttachment is not available in Trusted Cloud by S3NS.
delete The method google.devtools.artifactregistry.v1.ArtifactRegistry.DeleteAttachment is not available in Trusted Cloud by S3NS.
get The method google.devtools.artifactregistry.v1.ArtifactRegistry.GetAttachment is not available in Trusted Cloud by S3NS.
list The method google.devtools.artifactregistry.v1.ArtifactRegistry.ListAttachments is not available in Trusted Cloud by S3NS.

REST Resource: v1.projects.locations.repositories.dockerImages

Methods
get GET /v1/{name=projects/*/locations/*/repositories/*/dockerImages/*}
Gets a docker image.
list GET /v1/{parent=projects/*/locations/*/repositories/*}/dockerImages
Lists docker images.

REST Resource: v1.projects.locations.repositories.files

Methods
delete DELETE /v1/{name=projects/*/locations/*/repositories/*/files/*}
Deletes a file and all of its content.
list GET /v1/{parent=projects/*/locations/*/repositories/*}/files
Lists files.
patch PATCH /v1/{file.name=projects/*/locations/*/repositories/*/files/*}
Updates a file.
upload POST /v1/{parent=projects/*/locations/*/repositories/*}/files:upload
POST /upload/v1/{parent=projects/*/locations/*/repositories/*}/files:upload
Directly uploads a file to a repository.
download The method google.devtools.artifactregistry.v1.ArtifactRegistry.DownloadFile is not available in Trusted Cloud by S3NS.
get The method google.devtools.artifactregistry.v1.ArtifactRegistry.GetFile is not available in Trusted Cloud by S3NS.

REST Resource: v1.projects.locations.repositories.genericArtifacts

Methods
upload The method google.devtools.artifactregistry.v1.ArtifactRegistry.UploadGenericArtifact is not available in Trusted Cloud by S3NS.

REST Resource: v1.projects.locations.repositories.goModules

Methods
upload The method google.devtools.artifactregistry.v1.ArtifactRegistry.UploadGoModule is not available in Trusted Cloud by S3NS.

REST Resource: v1.projects.locations.repositories.googetArtifacts

Methods
import The method google.devtools.artifactregistry.v1.ArtifactRegistry.ImportGoogetArtifacts is not available in Trusted Cloud by S3NS.
upload The method google.devtools.artifactregistry.v1.ArtifactRegistry.UploadGoogetArtifact is not available in Trusted Cloud by S3NS.

REST Resource: v1.projects.locations.repositories.kfpArtifacts

Methods
upload The method google.devtools.artifactregistry.v1.ArtifactRegistry.UploadKfpArtifact is not available in Trusted Cloud by S3NS.

REST Resource: v1.projects.locations.repositories.mavenArtifacts

Methods
get The method google.devtools.artifactregistry.v1.ArtifactRegistry.GetMavenArtifact is not available in Trusted Cloud by S3NS.
list The method google.devtools.artifactregistry.v1.ArtifactRegistry.ListMavenArtifacts is not available in Trusted Cloud by S3NS.

REST Resource: v1.projects.locations.repositories.npmPackages

Methods
get The method google.devtools.artifactregistry.v1.ArtifactRegistry.GetNpmPackage is not available in Trusted Cloud by S3NS.
list The method google.devtools.artifactregistry.v1.ArtifactRegistry.ListNpmPackages is not available in Trusted Cloud by S3NS.

REST Resource: v1.projects.locations.repositories.packages

Methods
delete DELETE /v1/{name=projects/*/locations/*/repositories/*/packages/*}
Deletes a package and all of its versions and tags.
list GET /v1/{parent=projects/*/locations/*/repositories/*}/packages
Lists packages.
patch PATCH /v1/{package.name=projects/*/locations/*/repositories/*/packages/*}
Updates a package.
get The method google.devtools.artifactregistry.v1.ArtifactRegistry.GetPackage is not available in Trusted Cloud by S3NS.

REST Resource: v1.projects.locations.repositories.packages.tags

Methods
create POST /v1/{parent=projects/*/locations/*/repositories/*/packages/*}/tags
Creates a tag.
delete DELETE /v1/{name=projects/*/locations/*/repositories/*/packages/*/tags/*}
Deletes a tag.
list GET /v1/{parent=projects/*/locations/*/repositories/*/packages/*}/tags
Lists tags.
patch PATCH /v1/{tag.name=projects/*/locations/*/repositories/*/packages/*/tags/*}
Updates a tag.
get The method google.devtools.artifactregistry.v1.ArtifactRegistry.GetTag is not available in Trusted Cloud by S3NS.

REST Resource: v1.projects.locations.repositories.packages.versions

Methods
delete DELETE /v1/{name=projects/*/locations/*/repositories/*/packages/*/versions/*}
Deletes a version and all of its content.
list GET /v1/{parent=projects/*/locations/*/repositories/*/packages/*}/versions
Lists versions.
patch PATCH /v1/{version.name=projects/*/locations/*/repositories/*/packages/*/versions/*}
Updates a version.
batchDelete The method google.devtools.artifactregistry.v1.ArtifactRegistry.BatchDeleteVersions is not available in Trusted Cloud by S3NS.
get The method google.devtools.artifactregistry.v1.ArtifactRegistry.GetVersion is not available in Trusted Cloud by S3NS.

REST Resource: v1.projects.locations.repositories.pythonPackages

Methods
get The method google.devtools.artifactregistry.v1.ArtifactRegistry.GetPythonPackage is not available in Trusted Cloud by S3NS.
list The method google.devtools.artifactregistry.v1.ArtifactRegistry.ListPythonPackages is not available in Trusted Cloud by S3NS.

REST Resource: v1.projects.locations.repositories.rules

Methods
create The method google.devtools.artifactregistry.v1.ArtifactRegistry.CreateRule is not available in Trusted Cloud by S3NS.
delete The method google.devtools.artifactregistry.v1.ArtifactRegistry.DeleteRule is not available in Trusted Cloud by S3NS.
get The method google.devtools.artifactregistry.v1.ArtifactRegistry.GetRule is not available in Trusted Cloud by S3NS.
list The method google.devtools.artifactregistry.v1.ArtifactRegistry.ListRules is not available in Trusted Cloud by S3NS.
patch The method google.devtools.artifactregistry.v1.ArtifactRegistry.UpdateRule is not available in Trusted Cloud by S3NS.

REST Resource: v1.projects.locations.repositories.yumArtifacts

Methods
import The method google.devtools.artifactregistry.v1.ArtifactRegistry.ImportYumArtifacts is not available in Trusted Cloud by S3NS.
upload The method google.devtools.artifactregistry.v1.ArtifactRegistry.UploadYumArtifact is not available in Trusted Cloud by S3NS.