blob: cf61d4406d4fbbd6642aa0e479ab79a003e61f09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)
|