ServerReflectionRequest Class |
Namespace: Grpc.Reflection.V1Alpha
The ServerReflectionRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| ServerReflectionRequest | Initializes a new instance of the ServerReflectionRequest class | |
| ServerReflectionRequest(ServerReflectionRequest) | Initializes a new instance of the ServerReflectionRequest class |
| Name | Description | |
|---|---|---|
| AllExtensionNumbersOfType |
Finds the tag numbers used by all known extensions of the given message
type, and appends them to ExtensionNumberResponse in an undefined order.
Its corresponding method is best-effort: it's not guaranteed that the
reflection service will implement this method, and it's not guaranteed
that this method will provide all extensions. Returns
StatusCode::UNIMPLEMENTED if it's not implemented.
This field should be a fully-qualified type name. The format is
<package>.<type>
| |
| Descriptor | ||
| FileByFilename |
Find a proto file by the file name.
| |
| FileContainingExtension |
Find the proto file which defines an extension extending the given
message type with the given field number.
| |
| FileContainingSymbol |
Find the proto file that declares the given fully-qualified symbol name.
This field should be a fully-qualified symbol name
(e.g. <package>.<service>[.<method>] or <package>.<type>).
| |
| Host | ||
| ListServices |
List the full names of registered services. The content will not be
checked.
| |
| MessageRequestCase | ||
| Parser |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| ClearMessageRequest | ||
| Clone | ||
| Equals(Object) | (Overrides ObjectEquals(Object).) | |
| Equals(ServerReflectionRequest) | ||
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MergeFrom(CodedInputStream) | ||
| MergeFrom(ServerReflectionRequest) | ||
| ToString | (Overrides ObjectToString.) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| AllExtensionNumbersOfTypeFieldNumber | Field number for the "all_extension_numbers_of_type" field. | |
| FileByFilenameFieldNumber | Field number for the "file_by_filename" field. | |
| FileContainingExtensionFieldNumber | Field number for the "file_containing_extension" field. | |
| FileContainingSymbolFieldNumber | Field number for the "file_containing_symbol" field. | |
| HostFieldNumber | Field number for the "host" field. | |
| ListServicesFieldNumber | Field number for the "list_services" field. |