envoy.extensions.access_loggers.wasm.v3.wasm.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of envoy-scala-control-plane_2.13 Show documentation
Show all versions of envoy-scala-control-plane_2.13 Show documentation
ScalaPB generated bindings for Envoy
syntax = "proto3";
package envoy.extensions.access_loggers.wasm.v3;
import "envoy/extensions/wasm/v3/wasm.proto";
import "udpa/annotations/status.proto";
option java_package = "io.envoyproxy.envoy.extensions.access_loggers.wasm.v3";
option java_outer_classname = "WasmProto";
option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/access_loggers/wasm/v3;wasmv3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;
// [#protodoc-title: Wasm access log]
// [#extension: envoy.access_loggers.wasm]
// Custom configuration for an :ref:`AccessLog `
// that calls into a WASM VM. Configures the built-in *envoy.access_loggers.wasm*
// AccessLog.
message WasmAccessLog {
envoy.extensions.wasm.v3.PluginConfig config = 1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy