// This file is @generated by prost-build.
/// Configuration for the CEL formatter.
///
/// .. warning::
/// This extension is treated as built-in extension and will be enabled by default now.
/// It is unnecessary to configure this extension.
#[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
pub struct Cel {}
impl ::prost::Name for Cel {
const NAME: &'static str = "Cel";
const PACKAGE: &'static str = "envoy.extensions.formatter.cel.v3";
fn full_name() -> ::prost::alloc::string::String {
"envoy.extensions.formatter.cel.v3.Cel".into()
}
fn type_url() -> ::prost::alloc::string::String {
"type.googleapis.com/envoy.extensions.formatter.cel.v3.Cel".into()
}
}