Click or drag to resize

ExtensionRequest Class

The type name and extension number sent by the client when requesting file_containing_extension.
Inheritance Hierarchy
SystemObject
  Grpc.Reflection.V1AlphaExtensionRequest

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

The ExtensionRequest type exposes the following members.

Constructors
  NameDescription
Public methodExtensionRequest
Initializes a new instance of the ExtensionRequest class
Public methodExtensionRequest(ExtensionRequest)
Initializes a new instance of the ExtensionRequest class
Top
Properties
  NameDescription
Public propertyContainingType
Fully-qualified type name. The format should be <package>.<type>
Public propertyStatic memberDescriptor
Public propertyExtensionNumber
Public propertyStatic memberParser
Top
Methods
Fields
  NameDescription
Public fieldStatic memberContainingTypeFieldNumber
Field number for the "containing_type" field.
Public fieldStatic memberExtensionNumberFieldNumber
Field number for the "extension_number" field.
Top
See Also