uri property

String? uri
getter/setter pair

The URI of the artifact that is deployed.

e.g. us-docker.pkg.dev/my-project/my-repo/image. The URI does not include the tag / digest because it captures a lineage of artifacts.

Required. Immutable.

Implementation

core.String? uri;