Package io.grpc.protobuf
Interface ProtoFileDescriptorSupplier
- All Known Subinterfaces:
ProtoMethodDescriptorSupplier
,ProtoServiceDescriptorSupplier
public interface ProtoFileDescriptorSupplier
Provides access to the underlying proto file descriptor.
- Since:
- 1.1.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns file descriptor to the underlying proto file.
-
Method Details
-
getFileDescriptor
Descriptors.FileDescriptor getFileDescriptor()Returns file descriptor to the underlying proto file.
-