public interface RateLimitServiceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GrpcService |
getGrpcService()
Specifies the gRPC service that hosts the rate limit service.
|
GrpcServiceOrBuilder |
getGrpcServiceOrBuilder()
Specifies the gRPC service that hosts the rate limit service.
|
boolean |
hasGrpcService()
Specifies the gRPC service that hosts the rate limit service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGrpcService()
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.v2.core.GrpcService grpc_service = 2 [(.validate.rules) = { ... }GrpcService getGrpcService()
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.v2.core.GrpcService grpc_service = 2 [(.validate.rules) = { ... }GrpcServiceOrBuilder getGrpcServiceOrBuilder()
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.v2.core.GrpcService grpc_service = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.