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, 17 insertions, 0 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
new file mode 100644
index 00000000..cf61d440
--- /dev/null
+++ b/src/rpc/envoy.extensions.matching.input_matchers.metadata.v3.rs
@@ -0,0 +1,17 @@
+// @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)