| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Method and Description |
|---|---|
Descriptors |
Descriptors.FileDescriptor.findServiceByName(String
Find a service type in the file by name.
|
Descriptors |
BlockingService.getDescriptorForType()
Equivalent to
Service.
|
Descriptors |
Service.getDescriptorForType()
Get the
ServiceDescriptor describing this service and its methods.
|
Descriptors |
Descriptors.MethodDescriptor.getService()
Get the method's service type.
|
| Modifier and Type | Method and Description |
|---|---|
List |
Descriptors.FileDescriptor.getServices()
Get a list of top-level services declared in this file.
|