Click or drag to resize

ServerReflectionRequest Class

The message sent by the client when calling ServerReflectionInfo method.
Inheritance Hierarchy
SystemObject
  Grpc.Reflection.V1AlphaServerReflectionRequest

Namespace:  Grpc.Reflection.V1Alpha
Assembly:  Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntax
public sealed class ServerReflectionRequest : IMessage<ServerReflectionRequest>, 
	IMessage, IEquatable<ServerReflectionRequest>, IDeepCloneable<ServerReflectionRequest>

The ServerReflectionRequest type exposes the following members.

Constructors
  NameDescription
Public methodServerReflectionRequest
Initializes a new instance of the ServerReflectionRequest class
Public methodServerReflectionRequest(ServerReflectionRequest)
Initializes a new instance of the ServerReflectionRequest class
Top
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
Methods
Fields
  NameDescription
Public fieldStatic memberAllExtensionNumbersOfTypeFieldNumber
Field number for the "all_extension_numbers_of_type" field.
Public fieldStatic memberFileByFilenameFieldNumber
Field number for the "file_by_filename" field.
Public fieldStatic memberFileContainingExtensionFieldNumber
Field number for the "file_containing_extension" field.
Public fieldStatic memberFileContainingSymbolFieldNumber
Field number for the "file_containing_symbol" field.
Public fieldStatic memberHostFieldNumber
Field number for the "host" field.
Public fieldStatic memberListServicesFieldNumber
Field number for the "list_services" field.
Top
See Also