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