All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.extensions.wasm.v3.WasmServiceOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/extensions/wasm/v3/wasm.proto

package io.envoyproxy.envoy.extensions.wasm.v3;

public interface WasmServiceOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.extensions.wasm.v3.WasmService)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * General plugin configuration.
   * 
* * .envoy.extensions.wasm.v3.PluginConfig config = 1; * @return Whether the config field is set. */ boolean hasConfig(); /** *
   * General plugin configuration.
   * 
* * .envoy.extensions.wasm.v3.PluginConfig config = 1; * @return The config. */ io.envoyproxy.envoy.extensions.wasm.v3.PluginConfig getConfig(); /** *
   * General plugin configuration.
   * 
* * .envoy.extensions.wasm.v3.PluginConfig config = 1; */ io.envoyproxy.envoy.extensions.wasm.v3.PluginConfigOrBuilder getConfigOrBuilder(); /** *
   * 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; * @return The singleton. */ boolean getSingleton(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy