Artifact Registry API (artifactregistry:v1)

2022-06-28

6 removed methods

Deletions

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

      HTTP Method: GET

      Description: Gets a python package.

      Parameter Order: name

      Scopes:

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

        name

          Location: path

          Description: Required. The name of the python package.

          Type: string

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

          Required: Yes

      Path: v1/{+name}

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

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

      Parameters:

        pageSize

          Location: query

          Type: integer

          Description: The maximum number of artifacts to return.

          Format: int32

        pageToken

          Type: string

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

          Location: query

        parent

          Required: Yes

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

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

          Type: string

          Location: path

      Path: v1/{+parent}/pythonPackages

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

      HTTP Method: GET

      Parameter Order: parent

      Description: Lists python packages.

      Scopes:

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only
  • artifactregistry.projects.locations.repositories.mavenArtifacts.list

      Parameters:

        parent

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

          Type: string

          Location: path

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

          Required: Yes

        pageSize

          Location: query

          Format: int32

          Description: The maximum number of artifacts to return.

          Type: integer

        pageToken

          Type: string

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

          Location: query

      HTTP Method: GET

      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.

      Parameter Order: parent

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

      Parameter Order: name

      Scopes:

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

      Parameters:

        name

          Required: Yes

          Description: Required. The name of the maven artifact.

          Type: string

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

          Location: path

      Path: v1/{+name}

      Description: Gets a maven artifact.

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

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

      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}/npmPackages/{npmPackagesId}

      HTTP Method: GET

      Path: v1/{+name}

      Description: Gets a npm package.

      Parameters:

        name

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

          Description: Required. The name of the npm package.

          Type: string

          Location: path

          Required: Yes

      Parameter Order: name

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

      HTTP Method: GET

      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}/npmPackages

      Parameter Order: parent

      Description: Lists npm packages.

      Path: v1/{+parent}/npmPackages

      Parameters:

        parent

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

          Required: Yes

          Type: string

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

          Location: path

        pageToken

          Type: string

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

          Location: query

        pageSize

          Type: integer

          Format: int32

          Description: The maximum number of artifacts to return.

          Location: query