All Downloads are FREE. Search and download functionalities are using the official Maven repository.

protobuf.opencb.service.generic_service.proto Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
syntax = "proto3";

package protobuf.opencb.service;

option java_package = "org.opencb.cellbase.core.grpc.service";
option java_outer_classname = "GenericServiceModel";

message Request {
    string species = 1;
    string assembly = 2;
    map query = 3;
    map options = 4;
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy