summaryrefslogtreecommitdiff
path: root/src/rpc/envoy.extensions.matching.input_matchers.metadata.v3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc/envoy.extensions.matching.input_matchers.metadata.v3.rs')
-rw-r--r--src/rpc/envoy.extensions.matching.input_matchers.metadata.v3.rs17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/rpc/envoy.extensions.matching.input_matchers.metadata.v3.rs b/src/rpc/envoy.extensions.matching.input_matchers.metadata.v3.rs
deleted file mode 100644
index cf61d440..00000000
--- a/src/rpc/envoy.extensions.matching.input_matchers.metadata.v3.rs
+++ /dev/null
@@ -1,17 +0,0 @@
-// @generated
-// This file is @generated by prost-build.
-// \[#protodoc-title: metadata matcher\]
-// \[#extension: envoy.matching.matchers.metadata_matcher\]
-
-/// Metadata matcher for metadata from http matching input data.
-#[allow(clippy::derive_partial_eq_without_eq)]
-#[derive(Clone, PartialEq, ::prost::Message)]
-pub struct Metadata {
- /// The Metadata is matched if the value retrieved by metadata matching input is matched to this value.
- #[prost(message, optional, tag="1")]
- pub value: ::core::option::Option<super::super::super::super::super::r#type::matcher::v3::ValueMatcher>,
- /// If true, the match result will be inverted.
- #[prost(bool, tag="4")]
- pub invert: bool,
-}
-// @@protoc_insertion_point(module)