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 |
createTime |
Output only. The timestamp when the resource was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The timestamp when the resource was updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
description |
Optional. A human-readable description of the resource. |
labels |
Optional. Set of labels associated with the An object containing a list of |
imageUri |
Optional. URI of the container image containing the plugin, stored in the Artifact Registry. When a new |
imageDigest |
Output only. The resolved digest for the image specified in the |
pluginConfigDigest |
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
|
|
pluginConfigData |
Configuration for the plugin. The configuration is provided to the plugin at runtime through the A base64-encoded string. |
pluginConfigUri |
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. |