Uses of Class
es.bsc.dataclay.communication.grpc.messages.dataservice.DataserviceMessages.GetCopyOfObjectResponse
-
Packages that use DataserviceMessages.GetCopyOfObjectResponse Package Description es.bsc.dataclay.communication.grpc.generated.dataservice es.bsc.dataclay.communication.grpc.messages.dataservice es.bsc.dataclay.communication.grpc.services.dataservice Contains service classes for communication in DataService. -
-
Uses of DataserviceMessages.GetCopyOfObjectResponse in es.bsc.dataclay.communication.grpc.generated.dataservice
Methods in es.bsc.dataclay.communication.grpc.generated.dataservice that return DataserviceMessages.GetCopyOfObjectResponse Modifier and Type Method Description DataserviceMessages.GetCopyOfObjectResponse
DataServiceGrpc.DataServiceBlockingStub. getCopyOfObject(DataserviceMessages.GetCopyOfObjectRequest request)
Methods in es.bsc.dataclay.communication.grpc.generated.dataservice that return types with arguments of type DataserviceMessages.GetCopyOfObjectResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<DataserviceMessages.GetCopyOfObjectResponse>
DataServiceGrpc.DataServiceFutureStub. getCopyOfObject(DataserviceMessages.GetCopyOfObjectRequest request)
static io.grpc.MethodDescriptor<DataserviceMessages.GetCopyOfObjectRequest,DataserviceMessages.GetCopyOfObjectResponse>
DataServiceGrpc. getGetCopyOfObjectMethod()
Method parameters in es.bsc.dataclay.communication.grpc.generated.dataservice with type arguments of type DataserviceMessages.GetCopyOfObjectResponse Modifier and Type Method Description void
DataServiceGrpc.DataServiceImplBase. getCopyOfObject(DataserviceMessages.GetCopyOfObjectRequest request, io.grpc.stub.StreamObserver<DataserviceMessages.GetCopyOfObjectResponse> responseObserver)
void
DataServiceGrpc.DataServiceStub. getCopyOfObject(DataserviceMessages.GetCopyOfObjectRequest request, io.grpc.stub.StreamObserver<DataserviceMessages.GetCopyOfObjectResponse> responseObserver)
-
Uses of DataserviceMessages.GetCopyOfObjectResponse in es.bsc.dataclay.communication.grpc.messages.dataservice
Methods in es.bsc.dataclay.communication.grpc.messages.dataservice that return DataserviceMessages.GetCopyOfObjectResponse Modifier and Type Method Description DataserviceMessages.GetCopyOfObjectResponse
DataserviceMessages.GetCopyOfObjectResponse.Builder. build()
DataserviceMessages.GetCopyOfObjectResponse
DataserviceMessages.GetCopyOfObjectResponse.Builder. buildPartial()
static DataserviceMessages.GetCopyOfObjectResponse
DataserviceMessages.GetCopyOfObjectResponse. getDefaultInstance()
DataserviceMessages.GetCopyOfObjectResponse
DataserviceMessages.GetCopyOfObjectResponse.Builder. getDefaultInstanceForType()
DataserviceMessages.GetCopyOfObjectResponse
DataserviceMessages.GetCopyOfObjectResponse. getDefaultInstanceForType()
static DataserviceMessages.GetCopyOfObjectResponse
DataserviceMessages.GetCopyOfObjectResponse. parseDelimitedFrom(InputStream input)
static DataserviceMessages.GetCopyOfObjectResponse
DataserviceMessages.GetCopyOfObjectResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataserviceMessages.GetCopyOfObjectResponse
DataserviceMessages.GetCopyOfObjectResponse. parseFrom(byte[] data)
static DataserviceMessages.GetCopyOfObjectResponse
DataserviceMessages.GetCopyOfObjectResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataserviceMessages.GetCopyOfObjectResponse
DataserviceMessages.GetCopyOfObjectResponse. parseFrom(com.google.protobuf.ByteString data)
static DataserviceMessages.GetCopyOfObjectResponse
DataserviceMessages.GetCopyOfObjectResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataserviceMessages.GetCopyOfObjectResponse
DataserviceMessages.GetCopyOfObjectResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static DataserviceMessages.GetCopyOfObjectResponse
DataserviceMessages.GetCopyOfObjectResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataserviceMessages.GetCopyOfObjectResponse
DataserviceMessages.GetCopyOfObjectResponse. parseFrom(InputStream input)
static DataserviceMessages.GetCopyOfObjectResponse
DataserviceMessages.GetCopyOfObjectResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataserviceMessages.GetCopyOfObjectResponse
DataserviceMessages.GetCopyOfObjectResponse. parseFrom(ByteBuffer data)
static DataserviceMessages.GetCopyOfObjectResponse
DataserviceMessages.GetCopyOfObjectResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in es.bsc.dataclay.communication.grpc.messages.dataservice that return types with arguments of type DataserviceMessages.GetCopyOfObjectResponse Modifier and Type Method Description com.google.protobuf.Parser<DataserviceMessages.GetCopyOfObjectResponse>
DataserviceMessages.GetCopyOfObjectResponse. getParserForType()
static com.google.protobuf.Parser<DataserviceMessages.GetCopyOfObjectResponse>
DataserviceMessages.GetCopyOfObjectResponse. parser()
Methods in es.bsc.dataclay.communication.grpc.messages.dataservice with parameters of type DataserviceMessages.GetCopyOfObjectResponse Modifier and Type Method Description DataserviceMessages.GetCopyOfObjectResponse.Builder
DataserviceMessages.GetCopyOfObjectResponse.Builder. mergeFrom(DataserviceMessages.GetCopyOfObjectResponse other)
static DataserviceMessages.GetCopyOfObjectResponse.Builder
DataserviceMessages.GetCopyOfObjectResponse. newBuilder(DataserviceMessages.GetCopyOfObjectResponse prototype)
-
Uses of DataserviceMessages.GetCopyOfObjectResponse in es.bsc.dataclay.communication.grpc.services.dataservice
Method parameters in es.bsc.dataclay.communication.grpc.services.dataservice with type arguments of type DataserviceMessages.GetCopyOfObjectResponse Modifier and Type Method Description void
DataServiceService. getCopyOfObject(DataserviceMessages.GetCopyOfObjectRequest request, io.grpc.stub.StreamObserver<DataserviceMessages.GetCopyOfObjectResponse> responseObserver)
-