Uses of Class
io.grpc.lb.v1.LoadBalanceResponse.Builder
Packages that use LoadBalanceResponse.Builder
-
Uses of LoadBalanceResponse.Builder in io.grpc.lb.v1
Methods in io.grpc.lb.v1 that return LoadBalanceResponse.BuilderModifier and TypeMethodDescriptionLoadBalanceResponse.Builder.clear()
LoadBalanceResponse.Builder.clearFallbackResponse()
If this field is set, then the client should eagerly enter fallback mode (even if there are existing, healthy connections to backends).LoadBalanceResponse.Builder.clearInitialResponse()
This message should be sent on the first response to the client.LoadBalanceResponse.Builder.clearLoadBalanceResponseType()
LoadBalanceResponse.Builder.clearServerList()
Contains the list of servers selected by the load balancer.LoadBalanceResponse.Builder.mergeFallbackResponse
(FallbackResponse value) If this field is set, then the client should eagerly enter fallback mode (even if there are existing, healthy connections to backends).LoadBalanceResponse.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LoadBalanceResponse.Builder.mergeFrom
(com.google.protobuf.Message other) LoadBalanceResponse.Builder.mergeFrom
(LoadBalanceResponse other) LoadBalanceResponse.Builder.mergeInitialResponse
(InitialLoadBalanceResponse value) This message should be sent on the first response to the client.LoadBalanceResponse.Builder.mergeServerList
(ServerList value) Contains the list of servers selected by the load balancer.static LoadBalanceResponse.Builder
LoadBalanceResponse.newBuilder()
static LoadBalanceResponse.Builder
LoadBalanceResponse.newBuilder
(LoadBalanceResponse prototype) LoadBalanceResponse.newBuilderForType()
protected LoadBalanceResponse.Builder
LoadBalanceResponse.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) LoadBalanceResponse.Builder.setFallbackResponse
(FallbackResponse value) If this field is set, then the client should eagerly enter fallback mode (even if there are existing, healthy connections to backends).LoadBalanceResponse.Builder.setFallbackResponse
(FallbackResponse.Builder builderForValue) If this field is set, then the client should eagerly enter fallback mode (even if there are existing, healthy connections to backends).LoadBalanceResponse.Builder.setInitialResponse
(InitialLoadBalanceResponse value) This message should be sent on the first response to the client.LoadBalanceResponse.Builder.setInitialResponse
(InitialLoadBalanceResponse.Builder builderForValue) This message should be sent on the first response to the client.LoadBalanceResponse.Builder.setServerList
(ServerList value) Contains the list of servers selected by the load balancer.LoadBalanceResponse.Builder.setServerList
(ServerList.Builder builderForValue) Contains the list of servers selected by the load balancer.LoadBalanceResponse.toBuilder()