Interface ProtoMethodDescriptorSupplier
- All Superinterfaces:
ProtoFileDescriptorSupplier, ProtoServiceDescriptorSupplier
- All Known Implementing Classes:
ChannelzGrpc.ChannelzMethodDescriptorSupplier, HealthGrpc.HealthMethodDescriptorSupplier, LoadBalancerGrpc.LoadBalancerMethodDescriptorSupplier, RouteLookupServiceGrpc.RouteLookupServiceMethodDescriptorSupplier, ServerReflectionGrpc.ServerReflectionMethodDescriptorSupplier, ServerReflectionGrpc.ServerReflectionMethodDescriptorSupplier
Provides access to the underlying proto service method descriptor.
- Since:
- 1.7.0
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Descriptors.MethodDescriptorReturns method descriptor to the proto service method.Methods inherited from interface ProtoFileDescriptorSupplier
getFileDescriptorMethods inherited from interface ProtoServiceDescriptorSupplier
getServiceDescriptor
-
Method Details
-
getMethodDescriptor
Returns method descriptor to the proto service method.
-