Package io.grpc.protobuf
Interface ProtoServiceDescriptorSupplier
- All Superinterfaces:
ProtoFileDescriptorSupplier
- All Known Subinterfaces:
ProtoMethodDescriptorSupplier
Provides access to the underlying proto service descriptor.
- Since:
- 1.7.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns service descriptor to the proto service.Methods inherited from interface io.grpc.protobuf.ProtoFileDescriptorSupplier
getFileDescriptor
-
Method Details
-
getServiceDescriptor
Descriptors.ServiceDescriptor getServiceDescriptor()Returns service descriptor to the proto service.
-