WasmPlugin class
WasmPlugin
is a resource representing a service executing a
customer-provided Wasm module.
Constructors
-
WasmPlugin.new({String? createTime, String? description, Map<
String, String> ? labels, WasmPluginLogConfig? logConfig, String? mainVersionId, String? name, String? updateTime, List<WasmPluginUsedBy> ? usedBy, Map<String, WasmPluginVersionDetails> ? versions}) - WasmPlugin.fromJson(Map json_)
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
-
labels
↔ Map<
String, String> ? -
Set of labels associated with the
WasmPlugin
resource.getter/setter pair - logConfig ↔ WasmPluginLogConfig?
-
Specifies the logging options for the activity performed by this plugin.
getter/setter pair
- mainVersionId ↔ String?
-
The ID of the
WasmPluginVersion
resource that is the currently serving one.getter/setter pair - name ↔ String?
-
Identifier.
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
-
usedBy
↔ List<
WasmPluginUsedBy> ? -
List of all
extensions
that use this
WasmPlugin
resource.getter/setter pair -
versions
↔ Map<
String, WasmPluginVersionDetails> ? -
All versions of this
WasmPlugin
resource in the key-value format.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