io.envoyproxy.envoy.extensions.clusters.aggregate.v3.ClusterConfigOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/extensions/clusters/aggregate/v3/cluster.proto
package io.envoyproxy.envoy.extensions.clusters.aggregate.v3;
public interface ClusterConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.extensions.clusters.aggregate.v3.ClusterConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
* Load balancing clusters in aggregate cluster. Clusters are prioritized based on the order they
* appear in this list.
*
*
* repeated string clusters = 1 [(.validate.rules) = { ... }
* @return A list containing the clusters.
*/
java.util.List
getClustersList();
/**
*
* Load balancing clusters in aggregate cluster. Clusters are prioritized based on the order they
* appear in this list.
*
*
* repeated string clusters = 1 [(.validate.rules) = { ... }
* @return The count of clusters.
*/
int getClustersCount();
/**
*
* Load balancing clusters in aggregate cluster. Clusters are prioritized based on the order they
* appear in this list.
*
*
* repeated string clusters = 1 [(.validate.rules) = { ... }
* @param index The index of the element to return.
* @return The clusters at the given index.
*/
java.lang.String getClusters(int index);
/**
*
* Load balancing clusters in aggregate cluster. Clusters are prioritized based on the order they
* appear in this list.
*
*
* repeated string clusters = 1 [(.validate.rules) = { ... }
* @param index The index of the value to return.
* @return The bytes of the clusters at the given index.
*/
com.google.protobuf.ByteString
getClustersBytes(int index);
}