Uses of Class
io.grpc.lb.v1.Server
-
Packages that use Server Package Description io.grpc.lb.v1 -
-
Uses of Server in io.grpc.lb.v1
Fields in io.grpc.lb.v1 declared as Server Modifier and Type Field Description private static ServerServer. DEFAULT_INSTANCEFields in io.grpc.lb.v1 with type parameters of type Server Modifier and Type Field Description private static com.google.protobuf.Parser<Server>Server. PARSERprivate java.util.List<Server>ServerList.Builder. servers_private java.util.List<Server>ServerList. servers_private com.google.protobuf.RepeatedFieldBuilder<Server,Server.Builder,ServerOrBuilder>ServerList.Builder. serversBuilder_Methods in io.grpc.lb.v1 that return Server Modifier and Type Method Description ServerServer.Builder. build()ServerServer.Builder. buildPartial()static ServerServer. getDefaultInstance()ServerServer.Builder. getDefaultInstanceForType()ServerServer. getDefaultInstanceForType()ServerServerList.Builder. getServers(int index)Contains a list of servers selected by the load balancer.ServerServerList. getServers(int index)Contains a list of servers selected by the load balancer.ServerServerListOrBuilder. getServers(int index)Contains a list of servers selected by the load balancer.static ServerServer. parseDelimitedFrom(java.io.InputStream input)static ServerServer. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServerServer. parseFrom(byte[] data)static ServerServer. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServerServer. parseFrom(com.google.protobuf.ByteString data)static ServerServer. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServerServer. parseFrom(com.google.protobuf.CodedInputStream input)static ServerServer. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServerServer. parseFrom(java.io.InputStream input)static ServerServer. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServerServer. parseFrom(java.nio.ByteBuffer data)static ServerServer. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grpc.lb.v1 that return types with arguments of type Server Modifier and Type Method Description com.google.protobuf.Parser<Server>Server. getParserForType()private com.google.protobuf.RepeatedFieldBuilder<Server,Server.Builder,ServerOrBuilder>ServerList.Builder. getServersFieldBuilder()java.util.List<Server>ServerList.Builder. getServersList()Contains a list of servers selected by the load balancer.java.util.List<Server>ServerList. getServersList()Contains a list of servers selected by the load balancer.java.util.List<Server>ServerListOrBuilder. getServersList()Contains a list of servers selected by the load balancer.static com.google.protobuf.Parser<Server>Server. parser()Methods in io.grpc.lb.v1 with parameters of type Server Modifier and Type Method Description ServerList.BuilderServerList.Builder. addServers(int index, Server value)Contains a list of servers selected by the load balancer.ServerList.BuilderServerList.Builder. addServers(Server value)Contains a list of servers selected by the load balancer.private voidServer.Builder. buildPartial0(Server result)Server.BuilderServer.Builder. mergeFrom(Server other)static Server.BuilderServer. newBuilder(Server prototype)ServerList.BuilderServerList.Builder. setServers(int index, Server value)Contains a list of servers selected by the load balancer.Method parameters in io.grpc.lb.v1 with type arguments of type Server Modifier and Type Method Description ServerList.BuilderServerList.Builder. addAllServers(java.lang.Iterable<? extends Server> values)Contains a list of servers selected by the load balancer.
-