public static final class BinaryUploadGrpc.BinaryUploadStub extends AbstractAsyncStub<BinaryUploadGrpc.BinaryUploadStub>
AbstractStub.StubFactory<T extends AbstractStub<T>>| Modifier and Type | Method and Description |
|---|---|
protected BinaryUploadGrpc.BinaryUploadStub |
build(Channel channel,
CallOptions callOptions) |
void |
createBinary(SiLABinaryTransfer.CreateBinaryRequest request,
StreamObserver<SiLABinaryTransfer.CreateBinaryResponse> responseObserver) |
void |
deleteBinary(SiLABinaryTransfer.DeleteBinaryRequest request,
StreamObserver<SiLABinaryTransfer.DeleteBinaryResponse> responseObserver) |
StreamObserver<SiLABinaryTransfer.UploadChunkRequest> |
uploadChunk(StreamObserver<SiLABinaryTransfer.UploadChunkResponse> responseObserver) |
newStub, newStubgetCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyprotected BinaryUploadGrpc.BinaryUploadStub build(Channel channel, CallOptions callOptions)
build in class AbstractStub<BinaryUploadGrpc.BinaryUploadStub>public void createBinary(SiLABinaryTransfer.CreateBinaryRequest request, StreamObserver<SiLABinaryTransfer.CreateBinaryResponse> responseObserver)
public StreamObserver<SiLABinaryTransfer.UploadChunkRequest> uploadChunk(StreamObserver<SiLABinaryTransfer.UploadChunkResponse> responseObserver)
public void deleteBinary(SiLABinaryTransfer.DeleteBinaryRequest request, StreamObserver<SiLABinaryTransfer.DeleteBinaryResponse> responseObserver)
Copyright © 2022 SiLA Java Developers. All rights reserved.