xds_api/generated/
envoy.config.common.key_value.v3.rs

1// This file is @generated by prost-build.
2/// This shared configuration for Envoy key value stores.
3#[derive(Clone, PartialEq, ::prost::Message)]
4pub struct KeyValueStoreConfig {
5    /// \[#extension-category: envoy.common.key_value\]
6    #[prost(message, optional, tag = "1")]
7    pub config: ::core::option::Option<
8        super::super::super::core::v3::TypedExtensionConfig,
9    >,
10}
11impl ::prost::Name for KeyValueStoreConfig {
12    const NAME: &'static str = "KeyValueStoreConfig";
13    const PACKAGE: &'static str = "envoy.config.common.key_value.v3";
14    fn full_name() -> ::prost::alloc::string::String {
15        "envoy.config.common.key_value.v3.KeyValueStoreConfig".into()
16    }
17    fn type_url() -> ::prost::alloc::string::String {
18        "type.googleapis.com/envoy.config.common.key_value.v3.KeyValueStoreConfig".into()
19    }
20}