imageUri property
URI of the container image containing the plugin, stored in the Artifact Registry.
When a new WasmPluginVersion
resource is created, the digest of the
container image is saved in the image_digest
field. When downloading an
image, the digest value is used instead of an image tag.
Optional.
Implementation
core.String? imageUri;