public interface AllowListedRoutesConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedRouteNames(int index)
The list of routes that's allowed as redirect target by this predicate,
identified by the route's :ref:`name <envoy_api_field_config.route.v3.Route.route>`.
|
com.google.protobuf.ByteString |
getAllowedRouteNamesBytes(int index)
The list of routes that's allowed as redirect target by this predicate,
identified by the route's :ref:`name <envoy_api_field_config.route.v3.Route.route>`.
|
int |
getAllowedRouteNamesCount()
The list of routes that's allowed as redirect target by this predicate,
identified by the route's :ref:`name <envoy_api_field_config.route.v3.Route.route>`.
|
List<String> |
getAllowedRouteNamesList()
The list of routes that's allowed as redirect target by this predicate,
identified by the route's :ref:`name <envoy_api_field_config.route.v3.Route.route>`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getAllowedRouteNamesList()
The list of routes that's allowed as redirect target by this predicate, identified by the route's :ref:`name <envoy_api_field_config.route.v3.Route.route>`. Empty route names are not allowed.
repeated string allowed_route_names = 1 [(.validate.rules) = { ... }int getAllowedRouteNamesCount()
The list of routes that's allowed as redirect target by this predicate, identified by the route's :ref:`name <envoy_api_field_config.route.v3.Route.route>`. Empty route names are not allowed.
repeated string allowed_route_names = 1 [(.validate.rules) = { ... }String getAllowedRouteNames(int index)
The list of routes that's allowed as redirect target by this predicate, identified by the route's :ref:`name <envoy_api_field_config.route.v3.Route.route>`. Empty route names are not allowed.
repeated string allowed_route_names = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getAllowedRouteNamesBytes(int index)
The list of routes that's allowed as redirect target by this predicate, identified by the route's :ref:`name <envoy_api_field_config.route.v3.Route.route>`. Empty route names are not allowed.
repeated string allowed_route_names = 1 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.