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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Descriptors.FileDescriptor
getFileDescriptor()
Returns file descriptor to the underlying proto file.
-
-
-
Method Detail
-
getFileDescriptor
Descriptors.FileDescriptor getFileDescriptor()
Returns file descriptor to the underlying proto file.
-
-