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. 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:  | 
| updateTime | 
 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:  | 
| Methods | |
|---|---|
| 
 | Gets a python package. | 
| 
 | Lists python packages. |