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.
|
ApiVersion |
getTransportApiVersion()
API version for rate limit transport protocol.
|
int |
getTransportApiVersionValue()
API version for rate limit transport protocol.
|
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.config.core.v4alpha.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.config.core.v4alpha.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.config.core.v4alpha.GrpcService grpc_service = 2 [(.validate.rules) = { ... }int getTransportApiVersionValue()
API version for rate limit transport protocol. This describes the rate limit gRPC endpoint and version of messages used on the wire.
.envoy.config.core.v4alpha.ApiVersion transport_api_version = 4 [(.validate.rules) = { ... }ApiVersion getTransportApiVersion()
API version for rate limit transport protocol. This describes the rate limit gRPC endpoint and version of messages used on the wire.
.envoy.config.core.v4alpha.ApiVersion transport_api_version = 4 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.