Uses of Interface
io.grpc.lb.v1.FallbackResponseOrBuilder
-
Packages that use FallbackResponseOrBuilder Package Description io.grpc.lb.v1 -
-
Uses of FallbackResponseOrBuilder in io.grpc.lb.v1
Classes in io.grpc.lb.v1 that implement FallbackResponseOrBuilder Modifier and Type Class Description class
FallbackResponse
Protobuf typegrpc.lb.v1.FallbackResponse
static class
FallbackResponse.Builder
Protobuf typegrpc.lb.v1.FallbackResponse
Fields in io.grpc.lb.v1 with type parameters of type FallbackResponseOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<FallbackResponse,FallbackResponse.Builder,FallbackResponseOrBuilder>
LoadBalanceResponse.Builder. fallbackResponseBuilder_
Methods in io.grpc.lb.v1 that return FallbackResponseOrBuilder Modifier and Type Method Description FallbackResponseOrBuilder
LoadBalanceResponse.Builder. getFallbackResponseOrBuilder()
If this field is set, then the client should eagerly enter fallback mode (even if there are existing, healthy connections to backends).FallbackResponseOrBuilder
LoadBalanceResponse. getFallbackResponseOrBuilder()
If this field is set, then the client should eagerly enter fallback mode (even if there are existing, healthy connections to backends).FallbackResponseOrBuilder
LoadBalanceResponseOrBuilder. getFallbackResponseOrBuilder()
If this field is set, then the client should eagerly enter fallback mode (even if there are existing, healthy connections to backends).Methods in io.grpc.lb.v1 that return types with arguments of type FallbackResponseOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<FallbackResponse,FallbackResponse.Builder,FallbackResponseOrBuilder>
LoadBalanceResponse.Builder. getFallbackResponseFieldBuilder()
If this field is set, then the client should eagerly enter fallback mode (even if there are existing, healthy connections to backends).
-