2022-06-24
▼ ▲ artifactregistry.projects.locations.repositories.pythonPackages.get
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+/pythonPackages/[^/]+$
Type : string
Location : path
Required : Yes
Description : Required. The name of the python package.
Path : v1/{+name}
Scopes :
HTTP Method : GET
Description : Gets a python package.
Parameter Order : name
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/pythonPackages/{pythonPackagesId}
▼ ▲ artifactregistry.projects.locations.repositories.pythonPackages.list
Scopes :
Path : v1/{+parent}/pythonPackages
Parameter Order : parent
Parameters :
pageToken
Type : string
Location : query
Description : The next_page_token value returned from a previous list request, if any.
parent
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$
Location : path
Required : Yes
Description : Required. The name of the parent resource whose python packages will be listed.
Type : string
pageSize
Type : integer
Format : int32
Description : The maximum number of artifacts to return.
Location : query
Description : Lists python packages.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/pythonPackages
HTTP Method : GET
▼ ▲ artifactregistry.projects.locations.repositories.mavenArtifacts.list
Description : Lists maven artifacts.
HTTP Method : GET
Path : v1/{+parent}/mavenArtifacts
Parameter Order : parent
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/mavenArtifacts
Parameters :
pageSize
Location : query
Format : int32
Type : integer
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.
parent
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$
Description : Required. The name of the parent resource whose maven artifacts will be listed.
Location : path
Type : string
Scopes :
▼ ▲ artifactregistry.projects.locations.repositories.mavenArtifacts.get
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/mavenArtifacts/{mavenArtifactsId}
Parameters :
name
Required : Yes
Description : Required. The name of the maven artifact.
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+/mavenArtifacts/[^/]+$
Type : string
Location : path
Path : v1/{+name}
Description : Gets a maven artifact.
Parameter Order : name
HTTP Method : GET
Scopes :
▼ ▲ artifactregistry.projects.locations.repositories.npmPackages.get
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/npmPackages/{npmPackagesId}
Description : Gets a npm package.
Scopes :
Parameters :
name
Location : path
Type : string
Required : Yes
Description : Required. The name of the npm package.
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+/npmPackages/[^/]+$
HTTP Method : GET
Path : v1/{+name}
Parameter Order : name
▼ ▲ artifactregistry.projects.locations.repositories.npmPackages.list
HTTP Method : GET
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/npmPackages
Description : Lists npm packages.
Parameters :
pageToken
Type : string
Description : The next_page_token value returned from a previous list request, if any.
Location : query
parent
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$
Type : string
Description : Required. The name of the parent resource whose npm packages will be listed.
Required : Yes
pageSize
Location : query
Format : int32
Type : integer
Description : The maximum number of artifacts to return.
Path : v1/{+parent}/npmPackages
Parameter Order : parent
Scopes :