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 FallbackResponseFallbackResponse.DEFAULT_INSTANCEFields 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.PARSERMethods in io.grpc.lb.v1 that return FallbackResponseModifier and TypeMethodDescriptionFallbackResponse.Builder.build()FallbackResponse.Builder.buildPartial()static FallbackResponseFallbackResponse.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 FallbackResponseFallbackResponse.parseDelimitedFrom(InputStream input) static FallbackResponseFallbackResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FallbackResponseFallbackResponse.parseFrom(byte[] data) static FallbackResponseFallbackResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FallbackResponseFallbackResponse.parseFrom(com.google.protobuf.ByteString data) static FallbackResponseFallbackResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FallbackResponseFallbackResponse.parseFrom(com.google.protobuf.CodedInputStream input) static FallbackResponseFallbackResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FallbackResponseFallbackResponse.parseFrom(InputStream input) static FallbackResponseFallbackResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FallbackResponseFallbackResponse.parseFrom(ByteBuffer data) static FallbackResponseFallbackResponse.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.BuilderFallbackResponse.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).