Artifact Registry API (artifactregistry:v1)

2022-07-02

6 new methods

Additions

    Methods
  • artifactregistry.projects.locations.repositories.npmPackages.get

      Parameters :

        name

          Location : path

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

          Type : string

          Required : Yes

          Description : Required. The name of the npm package.

      Parameter Order : name

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/npmPackages/{npmPackagesId}

      Description : Gets a npm package.

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only
    • HTTP Method : GET

      Path : v1/{+name}

  • artifactregistry.projects.locations.repositories.npmPackages.list

      Description : Lists npm packages.

      HTTP Method : GET

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

      Path : v1/{+parent}/npmPackages

      Parameter Order : parent

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only
    • Parameters :

        parent

          Description : Required. The name of the parent resource whose npm packages will be listed.

          Required : Yes

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

          Type : string

          Location : path

        pageSize

          Location : query

          Format : int32

          Description : The maximum number of artifacts to return.

          Type : integer

        pageToken

          Location : query

          Description : The next_page_token value returned from a previous list request, if any.

          Type : string

  • artifactregistry.projects.locations.repositories.mavenArtifacts.get

      Description : Gets a maven artifact.

      Parameters :

        name

          Type : string

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

          Location : path

          Required : Yes

          Description : Required. The name of the maven artifact.

      HTTP Method : GET

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/mavenArtifacts/{mavenArtifactsId}

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only
    • Parameter Order : name

  • artifactregistry.projects.locations.repositories.mavenArtifacts.list

      Parameter Order : parent

      Parameters :

        parent

          Location : path

          Type : string

          Required : Yes

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

          Description : Required. The name of the parent resource whose maven artifacts will be listed.

        pageSize

          Type : integer

          Location : query

          Format : int32

          Description : The maximum number of artifacts to return.

        pageToken

          Type : string

          Location : query

          Description : The next_page_token value returned from a previous list request, if any.

      Path : v1/{+parent}/mavenArtifacts

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only
    • Flat Path : v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/mavenArtifacts

      Description : Lists maven artifacts.

      HTTP Method : GET

  • artifactregistry.projects.locations.repositories.pythonPackages.list

      Parameter Order : parent

      Path : v1/{+parent}/pythonPackages

      Parameters :

        parent

          Type : string

          Description : Required. The name of the parent resource whose python packages will be listed.

          Location : path

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

          Required : Yes

        pageToken

          Type : string

          Location : query

          Description : The next_page_token value returned from a previous list request, if any.

        pageSize

          Description : The maximum number of artifacts to return.

          Type : integer

          Location : query

          Format : int32

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only
    • Description : Lists python packages.

      HTTP Method : GET

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

  • artifactregistry.projects.locations.repositories.pythonPackages.get

      Description : Gets a python package.

      Path : v1/{+name}

      Parameters :

        name

          Required : Yes

          Description : Required. The name of the python package.

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

          Location : path

          Type : string

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/pythonPackages/{pythonPackagesId}

      HTTP Method : GET

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only
    • Parameter Order : name