Uses of Class
com.google.protobuf.Descriptors.ServiceDescriptor
Packages that use Descriptors.ServiceDescriptor
-
Uses of Descriptors.ServiceDescriptor in com.google.protobuf
Fields in com.google.protobuf declared as Descriptors.ServiceDescriptorModifier and TypeFieldDescriptionprivate static final Descriptors.ServiceDescriptor[]Descriptors.EMPTY_SERVICE_DESCRIPTORSprivate final Descriptors.ServiceDescriptorDescriptors.MethodDescriptor.serviceprivate final Descriptors.ServiceDescriptor[]Descriptors.FileDescriptor.servicesMethods 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 theServiceDescriptordescribing this service and its methods.Descriptors.FileDescriptor.getService(int index) 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.Methods in com.google.protobuf with parameters of type Descriptors.ServiceDescriptorModifier and TypeMethodDescription(package private) static StringGeneratorNames.getBytecodeClassName(Descriptors.ServiceDescriptor service) Returns the fully qualified Java bytecode class name for the given service descriptor.(package private) static StringGeneratorNames.getClassNameWithoutPackage(Descriptors.ServiceDescriptor service) Returns the name of the given service descriptor without the package name prefix.private static booleanGeneratorNames.getNestInFileClass(Descriptors.ServiceDescriptor descriptor) static StringGeneratorNames.getQualifiedClassName(Descriptors.ServiceDescriptor service) Returns the fully qualified Java class name for the given service descriptor.Constructors in com.google.protobuf with parameters of type Descriptors.ServiceDescriptorModifierConstructorDescriptionprivateMethodDescriptor(DescriptorProtos.MethodDescriptorProto proto, Descriptors.ServiceDescriptor parent, int index)