public static interface Rls.RateLimitServiceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName()
Deprecated.
|
com.google.protobuf.ByteString |
getClusterNameBytes()
Deprecated.
|
GrpcServiceOuterClass.GrpcService |
getGrpcService()
Specifies the gRPC service that hosts the rate limit service.
|
GrpcServiceOuterClass.GrpcServiceOrBuilder |
getGrpcServiceOrBuilder()
Specifies the gRPC service that hosts the rate limit service.
|
Rls.RateLimitServiceConfig.ServiceSpecifierCase |
getServiceSpecifierCase() |
boolean |
hasGrpcService()
Specifies the gRPC service that hosts the rate limit service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated String getClusterName()
Specifies the cluster manager cluster name that hosts the rate limit service. The client will connect to this cluster when it needs to make rate limit service requests. This field is deprecated and `grpc_service` should be used instead. The :ref:`Envoy gRPC client <envoy_api_field_core.GrpcService.envoy_grpc>` will be used when this field is specified.
string cluster_name = 1 [deprecated = true, (.validate.rules) = { ... }@Deprecated com.google.protobuf.ByteString getClusterNameBytes()
Specifies the cluster manager cluster name that hosts the rate limit service. The client will connect to this cluster when it needs to make rate limit service requests. This field is deprecated and `grpc_service` should be used instead. The :ref:`Envoy gRPC client <envoy_api_field_core.GrpcService.envoy_grpc>` will be used when this field is specified.
string cluster_name = 1 [deprecated = true, (.validate.rules) = { ... }boolean 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;GrpcServiceOuterClass.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;GrpcServiceOuterClass.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;Rls.RateLimitServiceConfig.ServiceSpecifierCase getServiceSpecifierCase()
Copyright © 2018 The Envoy Project. All rights reserved.