Class FileUploadsServiceGrpc.FileUploadsServiceBlockingStub (0.9.0)

public static final class FileUploadsServiceGrpc.FileUploadsServiceBlockingStub extends AbstractBlockingStub<FileUploadsServiceGrpc.FileUploadsServiceBlockingStub>

A stub to allow clients to do 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.FileUploadsServiceBlockingStub

Methods

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
Overrides
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