All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.config.cluster.aggregate.v2alpha.ClusterConfigOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/config/cluster/aggregate/v2alpha/cluster.proto

package io.envoyproxy.envoy.config.cluster.aggregate.v2alpha;

public interface ClusterConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.cluster.aggregate.v2alpha.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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy