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_DESCRIPTORSprivate Descriptors.ServiceDescriptorDescriptors.MethodDescriptor. serviceprivate Descriptors.ServiceDescriptor[]Descriptors.FileDescriptor. servicesMethods in com.google.protobuf that return Descriptors.ServiceDescriptor Modifier and Type Method Description Descriptors.ServiceDescriptorDescriptors.FileDescriptor. findServiceByName(java.lang.String name)Find a service type in the file by name.Descriptors.ServiceDescriptorBlockingService. getDescriptorForType()Equivalent toService.getDescriptorForType().Descriptors.ServiceDescriptorService. getDescriptorForType()Get theServiceDescriptordescribing this service and its methods.Descriptors.ServiceDescriptorDescriptors.FileDescriptor. getService(int index)Descriptors.ServiceDescriptorDescriptors.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.Methods in com.google.protobuf with parameters of type Descriptors.ServiceDescriptor Modifier and Type Method Description (package private) static java.lang.StringGeneratorNames. getBytecodeClassName(Descriptors.ServiceDescriptor service)Returns the fully qualified Java bytecode class name for the given service descriptor.(package private) static java.lang.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 java.lang.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.ServiceDescriptor Constructor Description MethodDescriptor(DescriptorProtos.MethodDescriptorProto proto, Descriptors.ServiceDescriptor parent, int index)
-