WasmPluginVersion class
A single immutable version of a WasmPlugin resource.
Defines the Wasm module used and optionally its runtime config.
Constructors
Properties
- createTime ↔ String?
- 
  The timestamp when the resource was created.
  getter/setter pair
- description ↔ String?
- 
  A human-readable description of the resource.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- imageDigest ↔ String?
- 
  The resolved digest for the image specified in the imagefield.getter/setter pair
- imageUri ↔ String?
- 
  URI of the container image containing the plugin, stored in the Artifact
Registry.
  getter/setter pair
- 
  labels
  ↔ Map<String, String> ?
- 
  Set of labels associated with the WasmPluginVersionresource.getter/setter pair
- name ↔ String?
- 
  Identifier.
  getter/setter pair
- pluginConfigData ↔ String?
- 
  Configuration for the plugin.
  getter/setter pair
- 
  pluginConfigDataAsBytes
  ↔ List<int> 
- 
  
  getter/setter pair
- pluginConfigDigest ↔ String?
- 
  This field holds the digest (usually checksum) value for the plugin
configuration.
  getter/setter pair
- pluginConfigUri ↔ String?
- 
  URI of the plugin configuration stored in the Artifact Registry.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- updateTime ↔ String?
- 
  The timestamp when the resource was updated.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited