| Package | Description |
|---|---|
| io.grpc.lb.v1 |
| Modifier and Type | Method and Description |
|---|---|
ServerList |
ServerList.Builder.build() |
ServerList |
ServerList.Builder.buildPartial() |
static ServerList |
ServerList.getDefaultInstance() |
ServerList |
ServerList.getDefaultInstanceForType() |
ServerList |
ServerList.Builder.getDefaultInstanceForType() |
ServerList |
LoadBalanceResponse.getServerList()
Contains the list of servers selected by the load balancer.
|
ServerList |
LoadBalanceResponse.Builder.getServerList()
Contains the list of servers selected by the load balancer.
|
ServerList |
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(ByteBuffer data) |
static ServerList |
ServerList.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ServerList> |
ServerList.getParserForType() |
static com.google.protobuf.Parser<ServerList> |
ServerList.parser() |
| Modifier and Type | Method and Description |
|---|---|
ServerList.Builder |
ServerList.Builder.mergeFrom(ServerList other) |
LoadBalanceResponse.Builder |
LoadBalanceResponse.Builder.mergeServerList(ServerList value)
Contains the list of servers selected by the load balancer.
|
static ServerList.Builder |
ServerList.newBuilder(ServerList prototype) |
LoadBalanceResponse.Builder |
LoadBalanceResponse.Builder.setServerList(ServerList value)
Contains the list of servers selected by the load balancer.
|