Uses of Class
io.grpc.reflection.v1.ServerReflectionRequest.MessageRequestCase
-
Packages that use ServerReflectionRequest.MessageRequestCase Package Description io.grpc.reflection.v1 -
-
Uses of ServerReflectionRequest.MessageRequestCase in io.grpc.reflection.v1
Methods in io.grpc.reflection.v1 that return ServerReflectionRequest.MessageRequestCase Modifier and Type Method Description static ServerReflectionRequest.MessageRequestCase
ServerReflectionRequest.MessageRequestCase. forNumber(int value)
ServerReflectionRequest.MessageRequestCase
ServerReflectionRequest.Builder. getMessageRequestCase()
ServerReflectionRequest.MessageRequestCase
ServerReflectionRequest. getMessageRequestCase()
ServerReflectionRequest.MessageRequestCase
ServerReflectionRequestOrBuilder. getMessageRequestCase()
static ServerReflectionRequest.MessageRequestCase
ServerReflectionRequest.MessageRequestCase. valueOf(int value)
Deprecated.static ServerReflectionRequest.MessageRequestCase
ServerReflectionRequest.MessageRequestCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServerReflectionRequest.MessageRequestCase[]
ServerReflectionRequest.MessageRequestCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-