Package io.grpc.protobuf
Interface ProtoFileDescriptorSupplier
-
- All Known Subinterfaces:
ProtoMethodDescriptorSupplier,ProtoServiceDescriptorSupplier
public interface ProtoFileDescriptorSupplierProvides 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.FileDescriptorgetFileDescriptor()Returns file descriptor to the underlying proto file.
-
-
-
Method Detail
-
getFileDescriptor
Descriptors.FileDescriptor getFileDescriptor()
Returns file descriptor to the underlying proto file.
-
-