| Package | Description |
|---|---|
| io.grpc.reflection.v1alpha |
| Modifier and Type | Method and Description |
|---|---|
static ServerReflectionResponse.MessageResponseCase |
ServerReflectionResponse.MessageResponseCase.forNumber(int value) |
ServerReflectionResponse.MessageResponseCase |
ServerReflectionResponseOrBuilder.getMessageResponseCase() |
ServerReflectionResponse.MessageResponseCase |
ServerReflectionResponse.getMessageResponseCase() |
ServerReflectionResponse.MessageResponseCase |
ServerReflectionResponse.Builder.getMessageResponseCase() |
static ServerReflectionResponse.MessageResponseCase |
ServerReflectionResponse.MessageResponseCase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ServerReflectionResponse.MessageResponseCase |
ServerReflectionResponse.MessageResponseCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerReflectionResponse.MessageResponseCase[] |
ServerReflectionResponse.MessageResponseCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|