| Package | Description |
|---|---|
| io.grpc.lb.v1 |
| Modifier and Type | Method and Description |
|---|---|
FallbackResponse |
FallbackResponse.Builder.build() |
FallbackResponse |
FallbackResponse.Builder.buildPartial() |
static FallbackResponse |
FallbackResponse.getDefaultInstance() |
FallbackResponse |
FallbackResponse.getDefaultInstanceForType() |
FallbackResponse |
FallbackResponse.Builder.getDefaultInstanceForType() |
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 |
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 |
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(ByteBuffer data) |
static FallbackResponse |
FallbackResponse.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
Parser<FallbackResponse> |
FallbackResponse.getParserForType() |
static Parser<FallbackResponse> |
FallbackResponse.parser() |
| Modifier and Type | Method and 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).
|