Resource: WasmPluginVersion
A single immutable version of a WasmPlugin
resource. Defines the Wasm module used and optionally its runtime config.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "description": string, "labels": { string: string, ... }, "imageUri": string, "imageDigest": string, "pluginConfigDigest": string, // Union field |
Fields | |
---|---|
name |
Identifier. Name of the |
create |
Output only. The timestamp when the resource was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. The timestamp when the resource was updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
description |
Optional. A human-readable description of the resource. |
labels |
Optional. Set of labels associated with the An object containing a list of |
image |
Optional. URI of the container image containing the plugin, stored in the Artifact Registry. When a new |
image |
Output only. The resolved digest for the image specified in the |
plugin |
Output only. This field holds the digest (usually checksum) value for the plugin configuration. The value is calculated based on the contents of |
Union field
|
|
plugin |
Configuration for the plugin. The configuration is provided to the plugin at runtime through the A base64-encoded string. |
plugin |
URI of the plugin configuration stored in the Artifact Registry. The configuration is provided to the plugin at runtime through the |
Methods |
|
---|---|
|
Creates a new WasmPluginVersion resource in a given project and location. |
|
Deletes the specified WasmPluginVersion resource. |
|
Gets details of the specified WasmPluginVersion resource. |
|
Lists WasmPluginVersion resources in a given project and location. |