Uses of Class
io.grpc.lb.v1.FallbackResponse
Packages that use FallbackResponse
-
Uses of FallbackResponse in io.grpc.lb.v1
Fields in io.grpc.lb.v1 declared as FallbackResponseModifier and TypeFieldDescriptionprivate static final FallbackResponse
FallbackResponse.DEFAULT_INSTANCE
Fields in io.grpc.lb.v1 with type parameters of type FallbackResponseModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FallbackResponse, FallbackResponse.Builder, FallbackResponseOrBuilder> LoadBalanceResponse.Builder.fallbackResponseBuilder_
private static final com.google.protobuf.Parser
<FallbackResponse> FallbackResponse.PARSER
Methods in io.grpc.lb.v1 that return FallbackResponseModifier and TypeMethodDescriptionFallbackResponse.Builder.build()
FallbackResponse.Builder.buildPartial()
static FallbackResponse
FallbackResponse.getDefaultInstance()
FallbackResponse.Builder.getDefaultInstanceForType()
FallbackResponse.getDefaultInstanceForType()
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).LoadBalanceResponse.getFallbackResponse()
If this field is set, then the client should eagerly enter fallback mode (even if there are existing, healthy connections to backends).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, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FallbackResponse
FallbackResponse.parseFrom
(byte[] data) static FallbackResponse
FallbackResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FallbackResponse
FallbackResponse.parseFrom
(com.google.protobuf.ByteString data) static FallbackResponse
FallbackResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FallbackResponse
FallbackResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static FallbackResponse
FallbackResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FallbackResponse
FallbackResponse.parseFrom
(InputStream input) static FallbackResponse
FallbackResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FallbackResponse
FallbackResponse.parseFrom
(ByteBuffer data) static FallbackResponse
FallbackResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.lb.v1 that return types with arguments of type FallbackResponseModifier and TypeMethodDescriptionprivate 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).com.google.protobuf.Parser
<FallbackResponse> FallbackResponse.getParserForType()
static com.google.protobuf.Parser
<FallbackResponse> FallbackResponse.parser()
Methods in io.grpc.lb.v1 with parameters of type FallbackResponseModifier and TypeMethodDescriptionLoadBalanceResponse.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.mergeFrom
(FallbackResponse other) static FallbackResponse.Builder
FallbackResponse.newBuilder
(FallbackResponse prototype) 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).