ServerReflectionRequest Properties |
The ServerReflectionRequest type exposes the following members.
| 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 |