Resource: PythonPackage
PythonPackage represents a python artifact.
JSON representation |
---|
{ "name": string, "uri": string, "packageName": string, "version": string, "createTime": string, "updateTime": string } |
Fields | |
---|---|
name |
Required. registry_location, projectId, repository_name and python_package forms a unique package name: |
uri |
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 |
Package for the artifact. |
version |
Version of this package. |
createTime |
Output only. Time the package was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Time the package was updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Methods |
|
---|---|
|
Gets a python package. |
|
Lists python packages. |