public interface WasmServiceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PluginConfig |
getConfig()
General plugin configuration.
|
PluginConfigOrBuilder |
getConfigOrBuilder()
General plugin configuration.
|
boolean |
getSingleton()
If true, create a single VM rather than creating one VM per worker.
|
boolean |
hasConfig()
General plugin configuration.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConfig()
General plugin configuration.
.envoy.extensions.wasm.v3.PluginConfig config = 1;PluginConfig getConfig()
General plugin configuration.
.envoy.extensions.wasm.v3.PluginConfig config = 1;PluginConfigOrBuilder getConfigOrBuilder()
General plugin configuration.
.envoy.extensions.wasm.v3.PluginConfig config = 1;boolean getSingleton()
If true, create a single VM rather than creating one VM per worker. Such a singleton can not be used with filters.
bool singleton = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.