public interface RouteConfigurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup()
Which group does the interface belong to.
|
com.google.protobuf.ByteString |
getGroupBytes()
Which group does the interface belong to.
|
String |
getInterface()
The interface name of the service.
|
com.google.protobuf.ByteString |
getInterfaceBytes()
The interface name of the service.
|
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.
|
String |
getVersion()
The version number of the interface.
|
com.google.protobuf.ByteString |
getVersionBytes()
The version number of the interface.
|
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;String getInterface()
The interface name of the service.
string interface = 2;com.google.protobuf.ByteString getInterfaceBytes()
The interface name of the service.
string interface = 2;String getGroup()
Which group does the interface belong to.
string group = 3;com.google.protobuf.ByteString getGroupBytes()
Which group does the interface belong to.
string group = 3;String getVersion()
The version number of the interface.
string version = 4;com.google.protobuf.ByteString getVersionBytes()
The version number of the interface.
string version = 4;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.dubbo_proxy.v4alpha.Route routes = 5;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.dubbo_proxy.v4alpha.Route routes = 5;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.dubbo_proxy.v4alpha.Route routes = 5;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.dubbo_proxy.v4alpha.Route routes = 5;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.dubbo_proxy.v4alpha.Route routes = 5;Copyright © 2018–2021 The Envoy Project. All rights reserved.