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.NewVersionResponse
DataServiceGrpc.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 void
DataServiceGrpc.DataServiceImplBase. newVersion(DataserviceMessages.NewVersionRequest request, io.grpc.stub.StreamObserver<DataserviceMessages.NewVersionResponse> responseObserver)
void
DataServiceGrpc.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.NewVersionResponse
DataserviceMessages.NewVersionResponse.Builder. build()
DataserviceMessages.NewVersionResponse
DataserviceMessages.NewVersionResponse.Builder. buildPartial()
static DataserviceMessages.NewVersionResponse
DataserviceMessages.NewVersionResponse. getDefaultInstance()
DataserviceMessages.NewVersionResponse
DataserviceMessages.NewVersionResponse.Builder. getDefaultInstanceForType()
DataserviceMessages.NewVersionResponse
DataserviceMessages.NewVersionResponse. getDefaultInstanceForType()
static DataserviceMessages.NewVersionResponse
DataserviceMessages.NewVersionResponse. parseDelimitedFrom(InputStream input)
static DataserviceMessages.NewVersionResponse
DataserviceMessages.NewVersionResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataserviceMessages.NewVersionResponse
DataserviceMessages.NewVersionResponse. parseFrom(byte[] data)
static DataserviceMessages.NewVersionResponse
DataserviceMessages.NewVersionResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataserviceMessages.NewVersionResponse
DataserviceMessages.NewVersionResponse. parseFrom(com.google.protobuf.ByteString data)
static DataserviceMessages.NewVersionResponse
DataserviceMessages.NewVersionResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataserviceMessages.NewVersionResponse
DataserviceMessages.NewVersionResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static DataserviceMessages.NewVersionResponse
DataserviceMessages.NewVersionResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataserviceMessages.NewVersionResponse
DataserviceMessages.NewVersionResponse. parseFrom(InputStream input)
static DataserviceMessages.NewVersionResponse
DataserviceMessages.NewVersionResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataserviceMessages.NewVersionResponse
DataserviceMessages.NewVersionResponse. parseFrom(ByteBuffer data)
static DataserviceMessages.NewVersionResponse
DataserviceMessages.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.Builder
DataserviceMessages.NewVersionResponse.Builder. mergeFrom(DataserviceMessages.NewVersionResponse other)
static DataserviceMessages.NewVersionResponse.Builder
DataserviceMessages.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 void
DataServiceService. newVersion(DataserviceMessages.NewVersionRequest request, io.grpc.stub.StreamObserver<DataserviceMessages.NewVersionResponse> responseObserver)
-