Class FileUploadsServiceGrpc.FileUploadsServiceBlockingV2Stub (0.18.0)

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

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.FileUploadsServiceBlockingV2Stub

Methods

build(Channel channel, CallOptions callOptions)

protected FileUploadsServiceGrpc.FileUploadsServiceBlockingV2Stub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
FileUploadsServiceGrpc.FileUploadsServiceBlockingV2Stub
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