Artifact Registry API (artifactregistry:v1)

2023-04-28

2 new methods

Additions

    Methods
  • artifactregistry.projects.locations.repositories.googetArtifacts.import

      Path: v1/{+parent}/googetArtifacts:import

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/googetArtifacts:import

      HTTP Method: POST

      Parameters:

        parent

          Description: The name of the parent resource where the artifacts will be imported.

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: parent

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

      Description: Imports GooGet artifacts. The returned Operation will complete once the resources are imported. Package, Version, and File resources are created based on the imported artifacts. Imported artifacts that conflict with existing resources are ignored.

  • artifactregistry.projects.locations.repositories.googetArtifacts.upload

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

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

      HTTP Method: POST

      Parameters:

        parent

          Description: The name of the parent resource where the artifacts will be uploaded.

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: parent

      Supportsmediaupload: Yes

      Mediaupload:

        Accept: */*

        Protocols:

          Simple:

            Multipart: Yes

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

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

      Description: Directly uploads a GooGet artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.