Uses of Class
com.google.protobuf.Descriptors.ServiceDescriptor
Packages that use Descriptors.ServiceDescriptor
Package
Description
API for gRPC over Protocol Buffers, including tools for serializing and de-serializing protobuf
messages.
-
Uses of Descriptors.ServiceDescriptor in com.google.protobuf
Methods in com.google.protobuf that return Descriptors.ServiceDescriptorModifier and TypeMethodDescriptionDescriptors.FileDescriptor.findServiceByName
(String name) Find a service type in the file by name.BlockingService.getDescriptorForType()
Equivalent toService.getDescriptorForType()
.Service.getDescriptorForType()
Get theServiceDescriptor
describing this service and its methods.Descriptors.MethodDescriptor.getService()
Get the method's service type.Methods in com.google.protobuf that return types with arguments of type Descriptors.ServiceDescriptorModifier and TypeMethodDescriptionDescriptors.FileDescriptor.getServices()
Get a list of top-level services declared in this file. -
Uses of Descriptors.ServiceDescriptor in io.grpc.protobuf
Methods in io.grpc.protobuf that return Descriptors.ServiceDescriptorModifier and TypeMethodDescriptionProtoServiceDescriptorSupplier.getServiceDescriptor()
Returns service descriptor to the proto service.