Package flyteidl.service
Class DataProxyServiceGrpc
- java.lang.Object
-
- flyteidl.service.DataProxyServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.46.0)", comments="Source: flyteidl/service/dataproxy.proto") public final class DataProxyServiceGrpc extends ObjectDataProxyService defines an RPC Service that allows access to user-data in a controlled manner.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classDataProxyServiceGrpc.DataProxyServiceBaseDescriptorSupplierstatic classDataProxyServiceGrpc.DataProxyServiceBlockingStubDataProxyService defines an RPC Service that allows access to user-data in a controlled manner.private static classDataProxyServiceGrpc.DataProxyServiceFileDescriptorSupplierstatic classDataProxyServiceGrpc.DataProxyServiceFutureStubDataProxyService defines an RPC Service that allows access to user-data in a controlled manner.static classDataProxyServiceGrpc.DataProxyServiceImplBaseDataProxyService defines an RPC Service that allows access to user-data in a controlled manner.private static classDataProxyServiceGrpc.DataProxyServiceMethodDescriptorSupplierstatic classDataProxyServiceGrpc.DataProxyServiceStubDataProxyService defines an RPC Service that allows access to user-data in a controlled manner.private static classDataProxyServiceGrpc.MethodHandlers<Req,Resp>
-
Field Summary
Fields Modifier and Type Field Description private static io.grpc.MethodDescriptor<Dataproxy.CreateDownloadLocationRequest,Dataproxy.CreateDownloadLocationResponse>getCreateDownloadLocationMethodprivate static io.grpc.MethodDescriptor<Dataproxy.CreateUploadLocationRequest,Dataproxy.CreateUploadLocationResponse>getCreateUploadLocationMethodprivate static intMETHODID_CREATE_DOWNLOAD_LOCATIONprivate static intMETHODID_CREATE_UPLOAD_LOCATIONstatic StringSERVICE_NAMEprivate static io.grpc.ServiceDescriptorserviceDescriptor
-
Constructor Summary
Constructors Modifier Constructor Description privateDataProxyServiceGrpc()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<Dataproxy.CreateDownloadLocationRequest,Dataproxy.CreateDownloadLocationResponse>getCreateDownloadLocationMethod()static io.grpc.MethodDescriptor<Dataproxy.CreateUploadLocationRequest,Dataproxy.CreateUploadLocationResponse>getCreateUploadLocationMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static DataProxyServiceGrpc.DataProxyServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DataProxyServiceGrpc.DataProxyServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DataProxyServiceGrpc.DataProxyServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
getCreateUploadLocationMethod
private static volatile io.grpc.MethodDescriptor<Dataproxy.CreateUploadLocationRequest,Dataproxy.CreateUploadLocationResponse> getCreateUploadLocationMethod
-
getCreateDownloadLocationMethod
private static volatile io.grpc.MethodDescriptor<Dataproxy.CreateDownloadLocationRequest,Dataproxy.CreateDownloadLocationResponse> getCreateDownloadLocationMethod
-
METHODID_CREATE_UPLOAD_LOCATION
private static final int METHODID_CREATE_UPLOAD_LOCATION
- See Also:
- Constant Field Values
-
METHODID_CREATE_DOWNLOAD_LOCATION
private static final int METHODID_CREATE_DOWNLOAD_LOCATION
- See Also:
- Constant Field Values
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Method Detail
-
getCreateUploadLocationMethod
public static io.grpc.MethodDescriptor<Dataproxy.CreateUploadLocationRequest,Dataproxy.CreateUploadLocationResponse> getCreateUploadLocationMethod()
-
getCreateDownloadLocationMethod
public static io.grpc.MethodDescriptor<Dataproxy.CreateDownloadLocationRequest,Dataproxy.CreateDownloadLocationResponse> getCreateDownloadLocationMethod()
-
newStub
public static DataProxyServiceGrpc.DataProxyServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static DataProxyServiceGrpc.DataProxyServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static DataProxyServiceGrpc.DataProxyServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-