Artifact Registry API (artifactregistry:v1)

2022-06-27

6 new methods

Additions

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

      Parameters :

        name

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

          Location : path

          Type : string

          Required : Yes

          Description : Required. The name of the python package.

      Parameter Order : name

      HTTP Method : GET

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

      Path : v1/{+name}

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only
    • Description : Gets a python package.

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

      Parameters :

        pageToken

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

          Location : query

          Type : string

        pageSize

          Format : int32

          Location : query

          Type : integer

          Description : The maximum number of artifacts to return.

        parent

          Location : path

          Required : Yes

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

          Type : string

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

      Description : Lists python packages.

      Parameter Order : parent

      Scopes :

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

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

      Path : v1/{+parent}/pythonPackages

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

      Path : v1/{+parent}/npmPackages

      Description : Lists npm packages.

      Parameter Order : parent

      Parameters :

        parent

          Type : string

          Location : path

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

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

          Required : Yes

        pageToken

          Location : query

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

          Type : string

        pageSize

          Location : query

          Description : The maximum number of artifacts to return.

          Format : int32

          Type : integer

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

      Scopes :

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

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

      Path : v1/{+name}

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

      Parameters :

        name

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

          Required : Yes

          Type : string

          Location : path

          Description : Required. The name of the npm package.

      Parameter Order : name

      Scopes :

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

      Description : Gets a npm package.

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

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only
    • Description : Gets a maven artifact.

      HTTP Method : GET

      Parameters :

        name

          Location : path

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

          Required : Yes

          Type : string

          Description : Required. The name of the maven artifact.

      Path : v1/{+name}

      Parameter Order : name

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

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

      Description : Lists maven artifacts.

      Parameter Order : parent

      Path : v1/{+parent}/mavenArtifacts

      Parameters :

        pageSize

          Format : int32

          Type : integer

          Description : The maximum number of artifacts to return.

          Location : query

        parent

          Type : string

          Location : path

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

          Required : Yes

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

        pageToken

          Type : string

          Location : query

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

      Scopes :

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

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