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