public static final class FileUploadsServiceGrpc.FileUploadsServiceBlockingStub extends AbstractBlockingStub<FileUploadsServiceGrpc.FileUploadsServiceBlockingStub>A stub to allow clients to do limited synchronous rpc calls to service FileUploadsService.
Service to manage data source file uploads.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > FileUploadsServiceGrpc.FileUploadsServiceBlockingStubMethods
build(Channel channel, CallOptions callOptions)
protected FileUploadsServiceGrpc.FileUploadsServiceBlockingStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
FileUploadsServiceGrpc.FileUploadsServiceBlockingStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
getFileUpload(GetFileUploadRequest request)
public 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 |
FileUpload |
|