envoy-types 0.7.3

Collection of protobuf types and other assets to work with the Envoy Proxy through Rust gRPC services.
Documentation
// This file is @generated by prost-build.
/// Custom configuration for an :ref:`AccessLog <envoy_v3_api_msg_config.accesslog.v3.AccessLog>`
/// that calls into a WASM VM. Configures the built-in `envoy.access_loggers.wasm`
/// AccessLog.
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct WasmAccessLog {
    #[prost(message, optional, tag = "1")]
    pub config: ::core::option::Option<super::super::super::wasm::v3::PluginConfig>,
}
impl ::prost::Name for WasmAccessLog {
    const NAME: &'static str = "WasmAccessLog";
    const PACKAGE: &'static str = "envoy.extensions.access_loggers.wasm.v3";
    fn full_name() -> ::prost::alloc::string::String {
        "envoy.extensions.access_loggers.wasm.v3.WasmAccessLog".into()
    }
    fn type_url() -> ::prost::alloc::string::String {
        "type.googleapis.com/envoy.extensions.access_loggers.wasm.v3.WasmAccessLog"
            .into()
    }
}