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

io.envoyproxy.envoy.extensions.stat_sinks.wasm.v3.WasmOrBuilder 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/stat_sinks/wasm/v3/wasm.proto

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

public interface WasmOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.extensions.stat_sinks.wasm.v3.Wasm)
    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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy