public static final class ServiceWithNoOuter.Stub extends ServiceWithNoOuter implements ServiceWithNoOuter.Interface
ServiceWithNoOuter.BlockingInterface, ServiceWithNoOuter.Interface, ServiceWithNoOuter.Stub
Modifier and Type | Method and Description |
---|---|
void |
foo(com.google.protobuf.RpcController controller,
MessageWithNoOuter request,
com.google.protobuf.RpcCallback<UnittestProto.TestAllTypes> done)
rpc Foo(.protobuf_unittest.MessageWithNoOuter) returns (.protobuf_unittest.TestAllTypes); |
com.google.protobuf.RpcChannel |
getChannel() |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
public com.google.protobuf.RpcChannel getChannel()
public void foo(com.google.protobuf.RpcController controller, MessageWithNoOuter request, com.google.protobuf.RpcCallback<UnittestProto.TestAllTypes> done)
ServiceWithNoOuter
rpc Foo(.protobuf_unittest.MessageWithNoOuter) returns (.protobuf_unittest.TestAllTypes);
foo
in interface ServiceWithNoOuter.Interface
foo
in class ServiceWithNoOuter