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

shade.polaris.io.grpc.lb.v1.ServerListOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.1.0-RC1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: grpc/lb/v1/load_balancer.proto

// Protobuf Java Version: 3.25.1
package io.grpc.lb.v1;

public interface ServerListOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.lb.v1.ServerList)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Contains a list of servers selected by the load balancer. The list will
   * be updated when server resolutions change or as needed to balance load
   * across more servers. The client should consume the server list in order
   * unless instructed otherwise via the client_config.
   * 
* * repeated .grpc.lb.v1.Server servers = 1; */ java.util.List getServersList(); /** *
   * Contains a list of servers selected by the load balancer. The list will
   * be updated when server resolutions change or as needed to balance load
   * across more servers. The client should consume the server list in order
   * unless instructed otherwise via the client_config.
   * 
* * repeated .grpc.lb.v1.Server servers = 1; */ io.grpc.lb.v1.Server getServers(int index); /** *
   * Contains a list of servers selected by the load balancer. The list will
   * be updated when server resolutions change or as needed to balance load
   * across more servers. The client should consume the server list in order
   * unless instructed otherwise via the client_config.
   * 
* * repeated .grpc.lb.v1.Server servers = 1; */ int getServersCount(); /** *
   * Contains a list of servers selected by the load balancer. The list will
   * be updated when server resolutions change or as needed to balance load
   * across more servers. The client should consume the server list in order
   * unless instructed otherwise via the client_config.
   * 
* * repeated .grpc.lb.v1.Server servers = 1; */ java.util.List getServersOrBuilderList(); /** *
   * Contains a list of servers selected by the load balancer. The list will
   * be updated when server resolutions change or as needed to balance load
   * across more servers. The client should consume the server list in order
   * unless instructed otherwise via the client_config.
   * 
* * repeated .grpc.lb.v1.Server servers = 1; */ io.grpc.lb.v1.ServerOrBuilder getServersOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy