Package com.bytedesk.core.proto
Class SimpleGrpc.SimpleBaseDescriptorSupplier
java.lang.Object
com.bytedesk.core.proto.SimpleGrpc.SimpleBaseDescriptorSupplier
- All Implemented Interfaces:
io.grpc.protobuf.ProtoFileDescriptorSupplier,io.grpc.protobuf.ProtoServiceDescriptorSupplier
- Direct Known Subclasses:
SimpleGrpc.SimpleFileDescriptorSupplier,SimpleGrpc.SimpleMethodDescriptorSupplier
- Enclosing class:
- SimpleGrpc
private abstract static class SimpleGrpc.SimpleBaseDescriptorSupplier
extends Object
implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Descriptors.FileDescriptorcom.google.protobuf.Descriptors.ServiceDescriptor
-
Constructor Details
-
SimpleBaseDescriptorSupplier
SimpleBaseDescriptorSupplier()
-
-
Method Details
-
getFileDescriptor
public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor()- Specified by:
getFileDescriptorin interfaceio.grpc.protobuf.ProtoFileDescriptorSupplier
-
getServiceDescriptor
public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor()- Specified by:
getServiceDescriptorin interfaceio.grpc.protobuf.ProtoServiceDescriptorSupplier
-