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 TypeMethodDescriptioncom.google.protobuf.Descriptors.FileDescriptorReturns file descriptor to the underlying proto file.
-
Method Details
-
getFileDescriptor
com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor()Returns file descriptor to the underlying proto file.
-