Package io.grpc.protobuf
Interface ProtoMethodDescriptorSupplier
- All Superinterfaces:
ProtoFileDescriptorSupplier,ProtoServiceDescriptorSupplier
Provides access to the underlying proto service method descriptor.
- Since:
- 1.7.0
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Descriptors.MethodDescriptorReturns method descriptor to the proto service method.Methods inherited from interface io.grpc.protobuf.ProtoFileDescriptorSupplier
getFileDescriptorMethods inherited from interface io.grpc.protobuf.ProtoServiceDescriptorSupplier
getServiceDescriptor
-
Method Details
-
getMethodDescriptor
@CheckReturnValue com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor()Returns method descriptor to the proto service method.
-