Uses of Class
io.grpc.lb.v1.ServerList
Packages that use ServerList
-
Uses of ServerList in io.grpc.lb.v1
Fields in io.grpc.lb.v1 declared as ServerListFields in io.grpc.lb.v1 with type parameters of type ServerListModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<ServerList> ServerList.PARSER
private com.google.protobuf.SingleFieldBuilder
<ServerList, ServerList.Builder, ServerListOrBuilder> LoadBalanceResponse.Builder.serverListBuilder_
Methods in io.grpc.lb.v1 that return ServerListModifier and TypeMethodDescriptionServerList.Builder.build()
ServerList.Builder.buildPartial()
static ServerList
ServerList.getDefaultInstance()
ServerList.Builder.getDefaultInstanceForType()
ServerList.getDefaultInstanceForType()
LoadBalanceResponse.Builder.getServerList()
Contains the list of servers selected by the load balancer.LoadBalanceResponse.getServerList()
Contains the list of servers selected by the load balancer.LoadBalanceResponseOrBuilder.getServerList()
Contains the list of servers selected by the load balancer.static ServerList
ServerList.parseDelimitedFrom
(InputStream input) static ServerList
ServerList.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerList
ServerList.parseFrom
(byte[] data) static ServerList
ServerList.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerList
ServerList.parseFrom
(com.google.protobuf.ByteString data) static ServerList
ServerList.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerList
ServerList.parseFrom
(com.google.protobuf.CodedInputStream input) static ServerList
ServerList.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerList
ServerList.parseFrom
(InputStream input) static ServerList
ServerList.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerList
ServerList.parseFrom
(ByteBuffer data) static ServerList
ServerList.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.lb.v1 that return types with arguments of type ServerListModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<ServerList> ServerList.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<ServerList, ServerList.Builder, ServerListOrBuilder> LoadBalanceResponse.Builder.internalGetServerListFieldBuilder()
Contains the list of servers selected by the load balancer.static com.google.protobuf.Parser
<ServerList> ServerList.parser()
Methods in io.grpc.lb.v1 with parameters of type ServerListModifier and TypeMethodDescriptionprivate void
ServerList.Builder.buildPartial0
(ServerList result) private void
ServerList.Builder.buildPartialRepeatedFields
(ServerList result) ServerList.Builder.mergeFrom
(ServerList other) LoadBalanceResponse.Builder.mergeServerList
(ServerList value) Contains the list of servers selected by the load balancer.static ServerList.Builder
ServerList.newBuilder
(ServerList prototype) LoadBalanceResponse.Builder.setServerList
(ServerList value) Contains the list of servers selected by the load balancer.