Click or drag to resize

ServerReflectionRequest Properties

The ServerReflectionRequest type exposes the following members.

Properties
  NameDescription
Public propertyAllExtensionNumbersOfType
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>
Public propertyStatic memberDescriptor
Public propertyFileByFilename
Find a proto file by the file name.
Public propertyFileContainingExtension
Find the proto file which defines an extension extending the given message type with the given field number.
Public propertyFileContainingSymbol
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>).
Public propertyHost
Public propertyListServices
List the full names of registered services. The content will not be checked.
Public propertyMessageRequestCase
Public propertyStatic memberParser
Top
See Also