public interface RouteConfigurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the route configuration.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the route configuration.
|
Route |
getRoutes(int index)
The list of routes that will be matched, in order, against incoming requests.
|
int |
getRoutesCount()
The list of routes that will be matched, in order, against incoming requests.
|
List<Route> |
getRoutesList()
The list of routes that will be matched, in order, against incoming requests.
|
RouteOrBuilder |
getRoutesOrBuilder(int index)
The list of routes that will be matched, in order, against incoming requests.
|
List<? extends RouteOrBuilder> |
getRoutesOrBuilderList()
The list of routes that will be matched, in order, against incoming requests.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the route configuration.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the route configuration.
string name = 1;List<Route> getRoutesList()
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.rocketmq_proxy.v4alpha.Route routes = 2;Route getRoutes(int index)
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.rocketmq_proxy.v4alpha.Route routes = 2;int getRoutesCount()
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.rocketmq_proxy.v4alpha.Route routes = 2;List<? extends RouteOrBuilder> getRoutesOrBuilderList()
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.rocketmq_proxy.v4alpha.Route routes = 2;RouteOrBuilder getRoutesOrBuilder(int index)
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.rocketmq_proxy.v4alpha.Route routes = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.