ServerReflectionResponseMessageResponseOneofCase Enumeration |
Enum of possible cases for the "message_response" oneof.
Namespace:
Grpc.Reflection.V1Alpha
Assembly:
Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntaxpublic enum MessageResponseOneofCase
Public Enumeration MessageResponseOneofCase
public enum class MessageResponseOneofCase
type MessageResponseOneofCase
Members|
| Member name | Value | Description |
|---|
| None | 0 | |
| FileDescriptorResponse | 4 | |
| AllExtensionNumbersResponse | 5 | |
| ListServicesResponse | 6 | |
| ErrorResponse | 7 | |
See Also