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 Type
    Method
    Description
    General plugin configuration.
    General plugin configuration.
    boolean
    If true, create a single VM rather than creating one VM per worker.
    boolean
    General plugin configuration.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.