Artifact Registry API (artifactregistry:v1)

2024-04-30

1 new method

Additions

    Methods
  • artifactregistry.projects.locations.repositories.genericArtifacts.upload

      Path: v1/{+parent}/genericArtifacts:create

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/genericArtifacts:create

      HTTP Method: POST

      Parameters:

        parent

          Description: The resource name of the repository where the generic artifact will be uploaded.

          Pattern: ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$

          Location: path

          Required: Yes

          Type: string

      Parameter Order: parent

      Supportsmediaupload: Yes

      Mediaupload:

        Accept: */*

        Protocols:

          Resumable:

            Multipart: Yes

            Path: /resumable/upload/v1/{+parent}/genericArtifacts:create

          Simple:

            Multipart: Yes

            Path: /upload/v1/{+parent}/genericArtifacts:create

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Directly uploads a Generic artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the uploaded artifact. Uploaded artifacts that conflict with existing resources will raise an ALREADY_EXISTS error.