@Immutable public static class TestServiceGrpc.TestServiceServiceDescriptor extends AbstractServiceDescriptor<TestServiceGrpc.TestServiceServiceDescriptor>
| 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<EmptyProtos.Empty,EmptyProtos.Empty> emptyCall
public final MethodDescriptor<Messages.SimpleRequest,Messages.SimpleResponse> unaryCall
public final MethodDescriptor<Messages.StreamingOutputCallRequest,Messages.StreamingOutputCallResponse> streamingOutputCall
public final MethodDescriptor<Messages.StreamingInputCallRequest,Messages.StreamingInputCallResponse> streamingInputCall
public final MethodDescriptor<Messages.StreamingOutputCallRequest,Messages.StreamingOutputCallResponse> fullDuplexCall
public final MethodDescriptor<Messages.StreamingOutputCallRequest,Messages.StreamingOutputCallResponse> halfDuplexCall
protected TestServiceGrpc.TestServiceServiceDescriptor build(Map<String,MethodDescriptor<?,?>> methodMap)
AbstractServiceDescriptorbuild in class AbstractServiceDescriptor<TestServiceGrpc.TestServiceServiceDescriptor>methodMap - a map from fully qualified method names to MethodDescriptorspublic ImmutableList<MethodDescriptor<?,?>> methods()
AbstractServiceDescriptormethods in class AbstractServiceDescriptor<TestServiceGrpc.TestServiceServiceDescriptor>