io.envoyproxy.envoy.extensions.stat_sinks.wasm.v3.WasmOrBuilder Maven / Gradle / Ivy
// 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();
}