blob: 079a5c89fb2e4dfbb42059393ba351091f89343a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// @generated
// This file is @generated by prost-build.
// \[#protodoc-title: Rate limit service\]
/// Rate limit :ref:`configuration overview <config_rate_limit_service>`.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct RateLimitServiceConfig {
/// Specifies the gRPC service that hosts the rate limit service. The client
/// will connect to this cluster when it needs to make rate limit service
/// requests.
#[prost(message, optional, tag="2")]
pub grpc_service: ::core::option::Option<super::super::super::api::v2::core::GrpcService>,
}
// @@protoc_insertion_point(module)
|