ServerReflectionResponse Class |
Namespace: Grpc.Reflection.V1Alpha
The ServerReflectionResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| ServerReflectionResponse | Initializes a new instance of the ServerReflectionResponse class | |
| ServerReflectionResponse(ServerReflectionResponse) | Initializes a new instance of the ServerReflectionResponse class |
| Name | Description | |
|---|---|---|
| AllExtensionNumbersResponse |
This message is used to answer all_extension_numbers_of_type requst.
| |
| Descriptor | ||
| ErrorResponse |
This message is used when an error occurs.
| |
| FileDescriptorResponse |
This message is used to answer file_by_filename, file_containing_symbol,
file_containing_extension requests with transitive dependencies. As
the repeated label is not allowed in oneof fields, we use a
FileDescriptorResponse message to encapsulate the repeated fields.
The reflection service is allowed to avoid sending FileDescriptorProtos
that were previously sent in response to earlier requests in the stream.
| |
| ListServicesResponse |
This message is used to answer list_services request.
| |
| MessageResponseCase | ||
| OriginalRequest | ||
| Parser | ||
| ValidHost |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| ClearMessageResponse | ||
| Clone | ||
| Equals(Object) | (Overrides ObjectEquals(Object).) | |
| Equals(ServerReflectionResponse) | ||
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MergeFrom(CodedInputStream) | ||
| MergeFrom(ServerReflectionResponse) | ||
| ToString | (Overrides ObjectToString.) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| AllExtensionNumbersResponseFieldNumber | Field number for the "all_extension_numbers_response" field. | |
| ErrorResponseFieldNumber | Field number for the "error_response" field. | |
| FileDescriptorResponseFieldNumber | Field number for the "file_descriptor_response" field. | |
| ListServicesResponseFieldNumber | Field number for the "list_services_response" field. | |
| OriginalRequestFieldNumber | Field number for the "original_request" field. | |
| ValidHostFieldNumber | Field number for the "valid_host" field. |