Uses of Class
com.google.protobuf.Descriptors.ServiceDescriptor
-
Packages that use Descriptors.ServiceDescriptor Package Description com.google.protobuf -
-
Uses of Descriptors.ServiceDescriptor in com.google.protobuf
Fields in com.google.protobuf declared as Descriptors.ServiceDescriptor Modifier and Type Field Description private static Descriptors.ServiceDescriptor[]
Descriptors. EMPTY_SERVICE_DESCRIPTORS
private Descriptors.ServiceDescriptor
Descriptors.MethodDescriptor. service
private Descriptors.ServiceDescriptor[]
Descriptors.FileDescriptor. services
Methods in com.google.protobuf that return Descriptors.ServiceDescriptor Modifier and Type Method Description Descriptors.ServiceDescriptor
Descriptors.FileDescriptor. findServiceByName(java.lang.String name)
Find a service type in the file by name.Descriptors.ServiceDescriptor
BlockingService. getDescriptorForType()
Equivalent toService.getDescriptorForType()
.Descriptors.ServiceDescriptor
Service. getDescriptorForType()
Get theServiceDescriptor
describing this service and its methods.Descriptors.ServiceDescriptor
Descriptors.MethodDescriptor. getService()
Get the method's service type.Methods in com.google.protobuf that return types with arguments of type Descriptors.ServiceDescriptor Modifier and Type Method Description java.util.List<Descriptors.ServiceDescriptor>
Descriptors.FileDescriptor. getServices()
Get a list of top-level services declared in this file.Constructors in com.google.protobuf with parameters of type Descriptors.ServiceDescriptor Constructor Description MethodDescriptor(DescriptorProtos.MethodDescriptorProto proto, Descriptors.FileDescriptor file, Descriptors.ServiceDescriptor parent, int index)
-