All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Wasm, Wasm.Builder

public interface WasmOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    General Plugin configuration.
    General Plugin configuration.
    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;