@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)
AbstractServiceDescriptor
build
in class AbstractServiceDescriptor<GreeterGrpc.GreeterServiceDescriptor>
methodMap
- a map from fully qualified method names to MethodDescriptor
spublic ImmutableList<MethodDescriptor<?,?>> methods()
AbstractServiceDescriptor
methods
in class AbstractServiceDescriptor<GreeterGrpc.GreeterServiceDescriptor>