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 Type
    Method
    Description
    com.google.protobuf.Descriptors.FileDescriptor
    Returns file descriptor to the underlying proto file.
  • Method Details

    • getFileDescriptor

      com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor()
      Returns file descriptor to the underlying proto file.