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.ExistsInDBResponseDataServiceGrpc.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 voidDataServiceGrpc.DataServiceImplBase. existsInDB(DataserviceMessages.ExistsInDBRequest request, io.grpc.stub.StreamObserver<DataserviceMessages.ExistsInDBResponse> responseObserver)voidDataServiceGrpc.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.ExistsInDBResponseDataserviceMessages.ExistsInDBResponse.Builder. build()DataserviceMessages.ExistsInDBResponseDataserviceMessages.ExistsInDBResponse.Builder. buildPartial()static DataserviceMessages.ExistsInDBResponseDataserviceMessages.ExistsInDBResponse. getDefaultInstance()DataserviceMessages.ExistsInDBResponseDataserviceMessages.ExistsInDBResponse.Builder. getDefaultInstanceForType()DataserviceMessages.ExistsInDBResponseDataserviceMessages.ExistsInDBResponse. getDefaultInstanceForType()static DataserviceMessages.ExistsInDBResponseDataserviceMessages.ExistsInDBResponse. parseDelimitedFrom(InputStream input)static DataserviceMessages.ExistsInDBResponseDataserviceMessages.ExistsInDBResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataserviceMessages.ExistsInDBResponseDataserviceMessages.ExistsInDBResponse. parseFrom(byte[] data)static DataserviceMessages.ExistsInDBResponseDataserviceMessages.ExistsInDBResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataserviceMessages.ExistsInDBResponseDataserviceMessages.ExistsInDBResponse. parseFrom(com.google.protobuf.ByteString data)static DataserviceMessages.ExistsInDBResponseDataserviceMessages.ExistsInDBResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataserviceMessages.ExistsInDBResponseDataserviceMessages.ExistsInDBResponse. parseFrom(com.google.protobuf.CodedInputStream input)static DataserviceMessages.ExistsInDBResponseDataserviceMessages.ExistsInDBResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataserviceMessages.ExistsInDBResponseDataserviceMessages.ExistsInDBResponse. parseFrom(InputStream input)static DataserviceMessages.ExistsInDBResponseDataserviceMessages.ExistsInDBResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataserviceMessages.ExistsInDBResponseDataserviceMessages.ExistsInDBResponse. parseFrom(ByteBuffer data)static DataserviceMessages.ExistsInDBResponseDataserviceMessages.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.BuilderDataserviceMessages.ExistsInDBResponse.Builder. mergeFrom(DataserviceMessages.ExistsInDBResponse other)static DataserviceMessages.ExistsInDBResponse.BuilderDataserviceMessages.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 voidDataServiceService. existsInDB(DataserviceMessages.ExistsInDBRequest request, io.grpc.stub.StreamObserver<DataserviceMessages.ExistsInDBResponse> responseObserver)
-