Package flyteidl.service
Class DataProxyServiceGrpc.DataProxyServiceImplBase
- java.lang.Object
-
- flyteidl.service.DataProxyServiceGrpc.DataProxyServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- DataProxyServiceGrpc
public abstract static class DataProxyServiceGrpc.DataProxyServiceImplBase extends Object implements io.grpc.BindableService
DataProxyService defines an RPC Service that allows access to user-data in a controlled manner.
-
-
Constructor Summary
Constructors Constructor Description DataProxyServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidcreateDownloadLocation(Dataproxy.CreateDownloadLocationRequest request, io.grpc.stub.StreamObserver<Dataproxy.CreateDownloadLocationResponse> responseObserver)CreateDownloadLocation creates a signed url to download artifacts.voidcreateUploadLocation(Dataproxy.CreateUploadLocationRequest request, io.grpc.stub.StreamObserver<Dataproxy.CreateUploadLocationResponse> responseObserver)CreateUploadLocation creates a signed url to upload artifacts to for a given project/domain.
-
-
-
Method Detail
-
createUploadLocation
public void createUploadLocation(Dataproxy.CreateUploadLocationRequest request, io.grpc.stub.StreamObserver<Dataproxy.CreateUploadLocationResponse> responseObserver)
CreateUploadLocation creates a signed url to upload artifacts to for a given project/domain.
-
createDownloadLocation
public void createDownloadLocation(Dataproxy.CreateDownloadLocationRequest request, io.grpc.stub.StreamObserver<Dataproxy.CreateDownloadLocationResponse> responseObserver)
CreateDownloadLocation creates a signed url to download artifacts.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-