Uses of Class
io.grpc.reflection.v1.ServerReflectionResponse.MessageResponseCase
-
Packages that use ServerReflectionResponse.MessageResponseCase Package Description io.grpc.reflection.v1 -
-
Uses of ServerReflectionResponse.MessageResponseCase in io.grpc.reflection.v1
Methods in io.grpc.reflection.v1 that return ServerReflectionResponse.MessageResponseCase Modifier and Type Method Description static ServerReflectionResponse.MessageResponseCase
ServerReflectionResponse.MessageResponseCase. forNumber(int value)
ServerReflectionResponse.MessageResponseCase
ServerReflectionResponse.Builder. getMessageResponseCase()
ServerReflectionResponse.MessageResponseCase
ServerReflectionResponse. getMessageResponseCase()
ServerReflectionResponse.MessageResponseCase
ServerReflectionResponseOrBuilder. getMessageResponseCase()
static ServerReflectionResponse.MessageResponseCase
ServerReflectionResponse.MessageResponseCase. valueOf(int value)
Deprecated.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.
-