name property
registry_location, project_id, repository_name and python_package forms a
unique package name:projects//locations//repository//pythonPackages/
.
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.
Required.
Implementation
core.String? name;