public static interface RouteOuterClass.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.
|
RouteOuterClass.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<RouteOuterClass.Route> |
getRoutesList()
The list of routes that will be matched, in order, against incoming requests.
|
RouteOuterClass.RouteOrBuilder |
getRoutesOrBuilder(int index)
The list of routes that will be matched, in order, against incoming requests.
|
List<? extends RouteOuterClass.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. Reserved for future use in asynchronous route discovery.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the route configuration. Reserved for future use in asynchronous route discovery.
string name = 1;List<RouteOuterClass.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.config.filter.network.thrift_proxy.v2alpha1.Route routes = 2 [(.gogoproto.nullable) = false];RouteOuterClass.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.config.filter.network.thrift_proxy.v2alpha1.Route routes = 2 [(.gogoproto.nullable) = false];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.config.filter.network.thrift_proxy.v2alpha1.Route routes = 2 [(.gogoproto.nullable) = false];List<? extends RouteOuterClass.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.config.filter.network.thrift_proxy.v2alpha1.Route routes = 2 [(.gogoproto.nullable) = false];RouteOuterClass.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.config.filter.network.thrift_proxy.v2alpha1.Route routes = 2 [(.gogoproto.nullable) = false];Copyright © 2018 The Envoy Project. All rights reserved.