Uses of Class
com.google.protobuf.Descriptors.ServiceDescriptor
Packages that use Descriptors.ServiceDescriptor
-
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.