All Downloads are FREE. Search and download functionalities are using the official Maven repository.

envoy.config.ratelimit.v3alpha.rls.proto Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
syntax = "proto3";

package envoy.config.ratelimit.v3alpha;

option java_outer_classname = "RlsProto";
option java_multiple_files = true;
option java_package = "io.envoyproxy.envoy.config.ratelimit.v3alpha";

import "envoy/api/v3alpha/core/grpc_service.proto";

import "validate/validate.proto";

// [#protodoc-title: Rate limit service]

// Rate limit :ref:`configuration overview `.
message RateLimitServiceConfig {
  reserved 1;

  // 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.
  envoy.api.v3alpha.core.GrpcService grpc_service = 2 [(validate.rules).message.required = true];

  reserved 3;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy