public interface LoadBalanceResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FallbackResponse |
getFallbackResponse()
If this field is set, then the client should eagerly enter fallback
mode (even if there are existing, healthy connections to backends).
|
FallbackResponseOrBuilder |
getFallbackResponseOrBuilder()
If this field is set, then the client should eagerly enter fallback
mode (even if there are existing, healthy connections to backends).
|
InitialLoadBalanceResponse |
getInitialResponse()
This message should be sent on the first response to the client.
|
InitialLoadBalanceResponseOrBuilder |
getInitialResponseOrBuilder()
This message should be sent on the first response to the client.
|
LoadBalanceResponse.LoadBalanceResponseTypeCase |
getLoadBalanceResponseTypeCase() |
ServerList |
getServerList()
Contains the list of servers selected by the load balancer.
|
ServerListOrBuilder |
getServerListOrBuilder()
Contains the list of servers selected by the load balancer.
|
boolean |
hasFallbackResponse()
If this field is set, then the client should eagerly enter fallback
mode (even if there are existing, healthy connections to backends).
|
boolean |
hasInitialResponse()
This message should be sent on the first response to the client.
|
boolean |
hasServerList()
Contains the list of servers selected by the load balancer.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasInitialResponse()
This message should be sent on the first response to the client.
.grpc.lb.v1.InitialLoadBalanceResponse initial_response = 1;InitialLoadBalanceResponse getInitialResponse()
This message should be sent on the first response to the client.
.grpc.lb.v1.InitialLoadBalanceResponse initial_response = 1;InitialLoadBalanceResponseOrBuilder getInitialResponseOrBuilder()
This message should be sent on the first response to the client.
.grpc.lb.v1.InitialLoadBalanceResponse initial_response = 1;boolean hasServerList()
Contains the list of servers selected by the load balancer. The client should send requests to these servers in the specified order.
.grpc.lb.v1.ServerList server_list = 2;ServerList getServerList()
Contains the list of servers selected by the load balancer. The client should send requests to these servers in the specified order.
.grpc.lb.v1.ServerList server_list = 2;ServerListOrBuilder getServerListOrBuilder()
Contains the list of servers selected by the load balancer. The client should send requests to these servers in the specified order.
.grpc.lb.v1.ServerList server_list = 2;boolean hasFallbackResponse()
If this field is set, then the client should eagerly enter fallback mode (even if there are existing, healthy connections to backends).
.grpc.lb.v1.FallbackResponse fallback_response = 3;FallbackResponse getFallbackResponse()
If this field is set, then the client should eagerly enter fallback mode (even if there are existing, healthy connections to backends).
.grpc.lb.v1.FallbackResponse fallback_response = 3;FallbackResponseOrBuilder getFallbackResponseOrBuilder()
If this field is set, then the client should eagerly enter fallback mode (even if there are existing, healthy connections to backends).
.grpc.lb.v1.FallbackResponse fallback_response = 3;LoadBalanceResponse.LoadBalanceResponseTypeCase getLoadBalanceResponseTypeCase()