Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Descriptors.ServiceDescriptor> |
Descriptors.FileDescriptor.getServices()
Get a list of top-level services declared in this file.
|