@Immutable public static class GreeterGrpc.GreeterServiceDescriptor extends AbstractServiceDescriptor<GreeterGrpc.GreeterServiceDescriptor>
| Modifier and Type | Field and Description |
|---|---|
MethodDescriptor<HelloRequest,HelloResponse> |
sayHello |
| Modifier and Type | Method and Description |
|---|---|
protected GreeterGrpc.GreeterServiceDescriptor |
build(Map<String,MethodDescriptor<?,?>> methodMap)
Returns a new stub configuration for the provided method configurations.
|
ImmutableList<MethodDescriptor<?,?>> |
methods()
Returns the list of operations defined in the stub configuration.
|
public final MethodDescriptor<HelloRequest,HelloResponse> sayHello
protected GreeterGrpc.GreeterServiceDescriptor build(Map<String,MethodDescriptor<?,?>> methodMap)
AbstractServiceDescriptorbuild in class AbstractServiceDescriptor<GreeterGrpc.GreeterServiceDescriptor>methodMap - a map from fully qualified method names to MethodDescriptorspublic ImmutableList<MethodDescriptor<?,?>> methods()
AbstractServiceDescriptormethods in class AbstractServiceDescriptor<GreeterGrpc.GreeterServiceDescriptor>