imageUri property
URI of the container image containing the Wasm module, stored in the Artifact Registry.
The container image must contain only a single file with the name
plugin.wasm
. When a new WasmPluginVersion
resource is created, the URI
gets resolved to an image digest and saved in the image_digest
field.
Optional.
Implementation
core.String? imageUri;