Interface WasmServiceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WasmService,WasmService.Builder
public interface WasmServiceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionGeneral plugin configuration.General plugin configuration.booleanIf true, create a single VM rather than creating one VM per worker.booleanGeneral plugin configuration.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasConfig
boolean hasConfig()General plugin configuration.
.envoy.extensions.wasm.v3.PluginConfig config = 1;- Returns:
- Whether the config field is set.
-
getConfig
PluginConfig getConfig()General plugin configuration.
.envoy.extensions.wasm.v3.PluginConfig config = 1;- Returns:
- The config.
-
getConfigOrBuilder
PluginConfigOrBuilder getConfigOrBuilder()General plugin configuration.
.envoy.extensions.wasm.v3.PluginConfig config = 1; -
getSingleton
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;- Returns:
- The singleton.
-