REST Resource: projects.locations.repositories.pythonPackages

Resource: PythonPackage

PythonPackage represents a python artifact.

JSON representation
{
  "name": string,
  "uri": string,
  "packageName": string,
  "version": string,
  "createTime": string,
  "updateTime": string
}
Fields
name

string

Required. registry_location, projectId, repository_name and python_package forms a unique package name:projects/<projectId>/locations/<location>/repository/<repository_name>/pythonPackages/<python_package>. For example, "projects/test-project/locations/us-west4/repositories/test-repo/pythonPackages/ python_package:1.0.0", where "us-west4" is the registry_location, "test-project" is the projectId, "test-repo" is the repository_name and python_package:1.0.0" is the python package.

uri

string

Required. URL to access the package. Example: us-west4-python.pkg.dev/test-project/test-repo/python_package/file-name-1.0.0.tar.gz

packageName

string

Package for the artifact.

version

string

Version of this package.

createTime

string (Timestamp format)

Output only. Time the package was created.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

Output only. Time the package was updated.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

Methods

get

Gets a python package.

list

Lists python packages.