Expand description
ServiceDescriptor and MethodDescriptor — handles to gRPC
services and their methods.
Services + methods are walked at pool-build time and cached on the
pool. Cross-file input_type / output_type references resolve
through the same name table the field resolver uses.
Structs§
- Method
Descriptor - Handle to one method on a
ServiceDescriptor. - Service
Descriptor - Handle to one service in a
DescriptorPool.