public static interface RedisProxy.PrefixRoutes.RouteOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCluster()
Upstream cluster to forward the command to.
|
com.google.protobuf.ByteString |
getClusterBytes()
Upstream cluster to forward the command to.
|
String |
getPrefix()
String prefix that must match the beginning of the keys.
|
com.google.protobuf.ByteString |
getPrefixBytes()
String prefix that must match the beginning of the keys.
|
boolean |
getRemovePrefix()
Indicates if the prefix needs to be removed from the key when forwarded.
|
RedisProxy.PrefixRoutes.Route.RequestMirrorPolicy |
getRequestMirrorPolicy(int index)
Indicates that the route has a request mirroring policy.
|
int |
getRequestMirrorPolicyCount()
Indicates that the route has a request mirroring policy.
|
List<RedisProxy.PrefixRoutes.Route.RequestMirrorPolicy> |
getRequestMirrorPolicyList()
Indicates that the route has a request mirroring policy.
|
RedisProxy.PrefixRoutes.Route.RequestMirrorPolicyOrBuilder |
getRequestMirrorPolicyOrBuilder(int index)
Indicates that the route has a request mirroring policy.
|
List<? extends RedisProxy.PrefixRoutes.Route.RequestMirrorPolicyOrBuilder> |
getRequestMirrorPolicyOrBuilderList()
Indicates that the route has a request mirroring policy.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPrefix()
String prefix that must match the beginning of the keys. Envoy will always favor the longest match.
string prefix = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getPrefixBytes()
String prefix that must match the beginning of the keys. Envoy will always favor the longest match.
string prefix = 1 [(.validate.rules) = { ... }boolean getRemovePrefix()
Indicates if the prefix needs to be removed from the key when forwarded.
bool remove_prefix = 2;String getCluster()
Upstream cluster to forward the command to.
string cluster = 3 [(.validate.rules) = { ... }com.google.protobuf.ByteString getClusterBytes()
Upstream cluster to forward the command to.
string cluster = 3 [(.validate.rules) = { ... }List<RedisProxy.PrefixRoutes.Route.RequestMirrorPolicy> getRequestMirrorPolicyList()
Indicates that the route has a request mirroring policy.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProxy.PrefixRoutes.Route.RequestMirrorPolicy request_mirror_policy = 4;RedisProxy.PrefixRoutes.Route.RequestMirrorPolicy getRequestMirrorPolicy(int index)
Indicates that the route has a request mirroring policy.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProxy.PrefixRoutes.Route.RequestMirrorPolicy request_mirror_policy = 4;int getRequestMirrorPolicyCount()
Indicates that the route has a request mirroring policy.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProxy.PrefixRoutes.Route.RequestMirrorPolicy request_mirror_policy = 4;List<? extends RedisProxy.PrefixRoutes.Route.RequestMirrorPolicyOrBuilder> getRequestMirrorPolicyOrBuilderList()
Indicates that the route has a request mirroring policy.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProxy.PrefixRoutes.Route.RequestMirrorPolicy request_mirror_policy = 4;RedisProxy.PrefixRoutes.Route.RequestMirrorPolicyOrBuilder getRequestMirrorPolicyOrBuilder(int index)
Indicates that the route has a request mirroring policy.
repeated .envoy.extensions.filters.network.redis_proxy.v3.RedisProxy.PrefixRoutes.Route.RequestMirrorPolicy request_mirror_policy = 4;Copyright © 2018–2021 The Envoy Project. All rights reserved.