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