Uses of Class
com.google.protobuf.Descriptors.ServiceDescriptor

Uses of Descriptors.ServiceDescriptor in com.google.protobuf
 

Methods in com.google.protobuf that return Descriptors.ServiceDescriptor
 Descriptors.ServiceDescriptor Descriptors.FileDescriptor.findServiceByName(java.lang.String name)
          Find a service type in the file by name.
 Descriptors.ServiceDescriptor Service.getDescriptorForType()
          Get the ServiceDescriptor describing this service and its methods.
 Descriptors.ServiceDescriptor BlockingService.getDescriptorForType()
          Equivalent to Service.getDescriptorForType().
 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
 java.util.List<Descriptors.ServiceDescriptor> Descriptors.FileDescriptor.getServices()
          Get a list of top-level services declared in this file.
 



Copyright © 2008-2009 Google. All Rights Reserved.