Interface ProtoServiceDescriptorSupplier

All Superinterfaces:
ProtoFileDescriptorSupplier
All Known Subinterfaces:
ProtoMethodDescriptorSupplier

public interface ProtoServiceDescriptorSupplier extends ProtoFileDescriptorSupplier
Provides access to the underlying proto service descriptor.
Since:
1.7.0
  • Method Details

    • getServiceDescriptor

      com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor()
      Returns service descriptor to the proto service.