@Immutable public static class TestServiceGrpc.TestServiceServiceDescriptor extends AbstractServiceDescriptor<TestServiceGrpc.TestServiceServiceDescriptor>
Modifier and Type | Field and Description |
---|---|
MethodDescriptor<SimpleRequest,SimpleResponse> |
streamingCall |
MethodDescriptor<SimpleRequest,SimpleResponse> |
unaryCall |
Modifier and Type | Method and Description |
---|---|
protected TestServiceGrpc.TestServiceServiceDescriptor |
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<SimpleRequest,SimpleResponse> unaryCall
public final MethodDescriptor<SimpleRequest,SimpleResponse> streamingCall
protected TestServiceGrpc.TestServiceServiceDescriptor build(Map<String,MethodDescriptor<?,?>> methodMap)
AbstractServiceDescriptor
build
in class AbstractServiceDescriptor<TestServiceGrpc.TestServiceServiceDescriptor>
methodMap
- a map from fully qualified method names to MethodDescriptor
spublic ImmutableList<MethodDescriptor<?,?>> methods()
AbstractServiceDescriptor
methods
in class AbstractServiceDescriptor<TestServiceGrpc.TestServiceServiceDescriptor>