public static interface RedisProxy.PrefixRoutesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCaseInsensitive()
Indicates that prefix matching should be case insensitive.
|
String |
getCatchAllCluster()
Deprecated.
|
com.google.protobuf.ByteString |
getCatchAllClusterBytes()
Deprecated.
|
RedisProxy.PrefixRoutes.Route |
getCatchAllRoute()
Optional catch-all route to forward commands that doesn't match any of the routes.
|
RedisProxy.PrefixRoutes.RouteOrBuilder |
getCatchAllRouteOrBuilder()
Optional catch-all route to forward commands that doesn't match any of the routes.
|
RedisProxy.PrefixRoutes.Route |
getRoutes(int index)
List of prefix routes.
|
int |
getRoutesCount()
List of prefix routes.
|
List<RedisProxy.PrefixRoutes.Route> |
getRoutesList()
List of prefix routes.
|
RedisProxy.PrefixRoutes.RouteOrBuilder |
getRoutesOrBuilder(int index)
List of prefix routes.
|
List<? extends RedisProxy.PrefixRoutes.RouteOrBuilder> |
getRoutesOrBuilderList()
List of prefix routes.
|
boolean |
hasCatchAllRoute()
Optional catch-all route to forward commands that doesn't match any of the routes.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<RedisProxy.PrefixRoutes.Route> getRoutesList()
List of prefix routes.
repeated .envoy.config.filter.network.redis_proxy.v2.RedisProxy.PrefixRoutes.Route routes = 1;RedisProxy.PrefixRoutes.Route getRoutes(int index)
List of prefix routes.
repeated .envoy.config.filter.network.redis_proxy.v2.RedisProxy.PrefixRoutes.Route routes = 1;int getRoutesCount()
List of prefix routes.
repeated .envoy.config.filter.network.redis_proxy.v2.RedisProxy.PrefixRoutes.Route routes = 1;List<? extends RedisProxy.PrefixRoutes.RouteOrBuilder> getRoutesOrBuilderList()
List of prefix routes.
repeated .envoy.config.filter.network.redis_proxy.v2.RedisProxy.PrefixRoutes.Route routes = 1;RedisProxy.PrefixRoutes.RouteOrBuilder getRoutesOrBuilder(int index)
List of prefix routes.
repeated .envoy.config.filter.network.redis_proxy.v2.RedisProxy.PrefixRoutes.Route routes = 1;boolean getCaseInsensitive()
Indicates that prefix matching should be case insensitive.
bool case_insensitive = 2;@Deprecated String getCatchAllCluster()
Optional catch-all route to forward commands that doesn't match any of the routes. The catch-all route becomes required when no routes are specified. .. attention:: This field is deprecated. Use a :ref:`catch_all route<envoy_api_field_config.filter.network.redis_proxy.v2.RedisProxy.PrefixRoutes.catch_all_route>` instead.
string catch_all_cluster = 3 [deprecated = true, (.envoy.annotations.disallowed_by_default) = true];@Deprecated com.google.protobuf.ByteString getCatchAllClusterBytes()
Optional catch-all route to forward commands that doesn't match any of the routes. The catch-all route becomes required when no routes are specified. .. attention:: This field is deprecated. Use a :ref:`catch_all route<envoy_api_field_config.filter.network.redis_proxy.v2.RedisProxy.PrefixRoutes.catch_all_route>` instead.
string catch_all_cluster = 3 [deprecated = true, (.envoy.annotations.disallowed_by_default) = true];boolean hasCatchAllRoute()
Optional catch-all route to forward commands that doesn't match any of the routes. The catch-all route becomes required when no routes are specified.
.envoy.config.filter.network.redis_proxy.v2.RedisProxy.PrefixRoutes.Route catch_all_route = 4;RedisProxy.PrefixRoutes.Route getCatchAllRoute()
Optional catch-all route to forward commands that doesn't match any of the routes. The catch-all route becomes required when no routes are specified.
.envoy.config.filter.network.redis_proxy.v2.RedisProxy.PrefixRoutes.Route catch_all_route = 4;RedisProxy.PrefixRoutes.RouteOrBuilder getCatchAllRouteOrBuilder()
Optional catch-all route to forward commands that doesn't match any of the routes. The catch-all route becomes required when no routes are specified.
.envoy.config.filter.network.redis_proxy.v2.RedisProxy.PrefixRoutes.Route catch_all_route = 4;Copyright © 2018–2021 The Envoy Project. All rights reserved.