public static final class FileUploadsServiceGrpc.FileUploadsServiceFutureStub extends AbstractFutureStub<FileUploadsServiceGrpc.FileUploadsServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service FileUploadsService.
Service to manage data source file uploads.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > FileUploadsServiceGrpc.FileUploadsServiceFutureStubMethods
build(Channel channel, CallOptions callOptions)
protected FileUploadsServiceGrpc.FileUploadsServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters | |
---|---|
Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
Returns | |
---|---|
Type | Description |
FileUploadsServiceGrpc.FileUploadsServiceFutureStub |
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
getFileUpload(GetFileUploadRequest request)
public ListenableFuture<FileUpload> getFileUpload(GetFileUploadRequest request)
Gets the latest data source file upload. Only the latest
alias is
accepted for a file upload.
Parameter | |
---|---|
Name | Description |
request |
GetFileUploadRequest |
Returns | |
---|---|
Type | Description |
com.google.common.util.concurrent.ListenableFuture<FileUpload> |