Class PythonPackage (1.7.0)

PythonPackage(mapping=None, *, ignore_unknown_fields=False, **kwargs)

PythonPackage represents a python artifact.

Attributes

NameDescription
name str
Required. registry_location, project_id, repository_name and python_package forms a unique package name:\ projects/. 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 project_id, "test-repo" is the repository_name and python_package:1.0.0" is the python package.
uri str
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
package_name str
Package for the artifact.
version str
Version of this package.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time the package was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time the package was updated.