io.envoyproxy.envoy.config.route.v3.RouteListOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/config/route/v3/route_components.proto
package io.envoyproxy.envoy.config.route.v3;
public interface RouteListOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.config.route.v3.RouteList)
com.google.protobuf.MessageOrBuilder {
/**
*
* The list of routes that will be matched and run, in order. The first route that matches will be used.
*
*
* repeated .envoy.config.route.v3.Route routes = 1;
*/
java.util.List
getRoutesList();
/**
*
* The list of routes that will be matched and run, in order. The first route that matches will be used.
*
*
* repeated .envoy.config.route.v3.Route routes = 1;
*/
io.envoyproxy.envoy.config.route.v3.Route getRoutes(int index);
/**
*
* The list of routes that will be matched and run, in order. The first route that matches will be used.
*
*
* repeated .envoy.config.route.v3.Route routes = 1;
*/
int getRoutesCount();
/**
*
* The list of routes that will be matched and run, in order. The first route that matches will be used.
*
*
* repeated .envoy.config.route.v3.Route routes = 1;
*/
java.util.List extends io.envoyproxy.envoy.config.route.v3.RouteOrBuilder>
getRoutesOrBuilderList();
/**
*
* The list of routes that will be matched and run, in order. The first route that matches will be used.
*
*
* repeated .envoy.config.route.v3.Route routes = 1;
*/
io.envoyproxy.envoy.config.route.v3.RouteOrBuilder getRoutesOrBuilder(
int index);
}