pluginConfigUri property
URI of the plugin configuration stored in the Artifact Registry.
The configuration is provided to the plugin at runtime through the
ON_CONFIGURE
callback. The container image must contain only a single
file with the name plugin.config
. When a new WasmPluginVersion
resource is created, the digest of the container image is saved in the
plugin_config_digest
field.
Implementation
core.String? pluginConfigUri;