public static final class FileUploadsServiceGrpc.FileUploadsServiceStub extends AbstractAsyncStub<FileUploadsServiceGrpc.FileUploadsServiceStub>A stub to allow clients to do asynchronous rpc calls to service FileUploadsService.
Service to manage data source file uploads.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > FileUploadsServiceGrpc.FileUploadsServiceStubMethods
build(Channel channel, CallOptions callOptions)
protected FileUploadsServiceGrpc.FileUploadsServiceStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
FileUploadsServiceGrpc.FileUploadsServiceStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
getFileUpload(GetFileUploadRequest request, StreamObserver<FileUpload> responseObserver)
public void getFileUpload(GetFileUploadRequest request, StreamObserver<FileUpload> responseObserver) Gets the latest data source file upload. Only the latest alias is
accepted for a file upload.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFileUploadRequest |
responseObserver |
io.grpc.stub.StreamObserver<FileUpload> |