Uses of Class
io.grpc.lb.v1.FallbackResponse
-
Packages that use FallbackResponse Package Description io.grpc.lb.v1 -
-
Uses of FallbackResponse in io.grpc.lb.v1
Methods in io.grpc.lb.v1 that return FallbackResponse Modifier and Type Method Description FallbackResponse
FallbackResponse.Builder. build()
FallbackResponse
FallbackResponse.Builder. buildPartial()
static FallbackResponse
FallbackResponse. getDefaultInstance()
FallbackResponse
FallbackResponse.Builder. getDefaultInstanceForType()
FallbackResponse
FallbackResponse. getDefaultInstanceForType()
FallbackResponse
LoadBalanceResponse.Builder. getFallbackResponse()
If this field is set, then the client should eagerly enter fallback mode (even if there are existing, healthy connections to backends).FallbackResponse
LoadBalanceResponse. getFallbackResponse()
If this field is set, then the client should eagerly enter fallback mode (even if there are existing, healthy connections to backends).FallbackResponse
LoadBalanceResponseOrBuilder. getFallbackResponse()
If this field is set, then the client should eagerly enter fallback mode (even if there are existing, healthy connections to backends).static FallbackResponse
FallbackResponse. parseDelimitedFrom(InputStream input)
static FallbackResponse
FallbackResponse. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static FallbackResponse
FallbackResponse. parseFrom(byte[] data)
static FallbackResponse
FallbackResponse. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static FallbackResponse
FallbackResponse. parseFrom(ByteString data)
static FallbackResponse
FallbackResponse. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static FallbackResponse
FallbackResponse. parseFrom(CodedInputStream input)
static FallbackResponse
FallbackResponse. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static FallbackResponse
FallbackResponse. parseFrom(InputStream input)
static FallbackResponse
FallbackResponse. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static FallbackResponse
FallbackResponse. parseFrom(ByteBuffer data)
static FallbackResponse
FallbackResponse. parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.lb.v1 that return types with arguments of type FallbackResponse Modifier and Type Method Description Parser<FallbackResponse>
FallbackResponse. getParserForType()
static Parser<FallbackResponse>
FallbackResponse. parser()
Methods in io.grpc.lb.v1 with parameters of type FallbackResponse Modifier and Type Method Description LoadBalanceResponse.Builder
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).FallbackResponse.Builder
FallbackResponse.Builder. mergeFrom(FallbackResponse other)
static FallbackResponse.Builder
FallbackResponse. newBuilder(FallbackResponse prototype)
LoadBalanceResponse.Builder
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).
-