Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class PythonPackage.
PythonPackage represents a python artifact.
Generated from protobuf message google.devtools.artifactregistry.v1.PythonPackage
Namespace
Google \ Cloud \ ArtifactRegistry \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. registry_location, project_id, repository_name and python_package forms a unique package name: projects/<project_id>/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 project_id, "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
↳ package_name
string
Package for the artifact.
↳ version
string
Version of this package.
↳ create_time
↳ update_time
getName
Required. registry_location, project_id, repository_name and python_package
forms a unique package
name: projects/<project_id>/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 project_id, "test-repo" is the repository_name and python_package:1.0.0" is the python package.
string
setName
Required. registry_location, project_id, repository_name and python_package
forms a unique package
name: projects/<project_id>/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 project_id, "test-repo" is the repository_name and python_package:1.0.0" is the python package.
var
string
$this
getUri
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
string
setUri
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
var
string
$this
getPackageName
Package for the artifact.
string
setPackageName
Package for the artifact.
var
string
$this
getVersion
Version of this package.
string
setVersion
Version of this package.
var
string
$this
getCreateTime
Output only. Time the package was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Time the package was created.
$this
getUpdateTime
Output only. Time the package was updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Time the package was updated.
$this