Example #1
0
 });
 \obiba\mica\StudySummaryDto::extension(function () {
     // OPTIONAL MESSAGE obiba.mica.CountStatsDto.studyCountStats = 1001
     $f = new \DrSlump\Protobuf\Field();
     $f->number = 1001;
     $f->name = "obiba.mica.CountStatsDto.studyCountStats";
     $f->type = \DrSlump\Protobuf::TYPE_MESSAGE;
     $f->rule = \DrSlump\Protobuf::RULE_OPTIONAL;
     $f->reference = '\\obiba\\mica\\CountStatsDto';
     return $f;
 });
 \obiba\mica\DatasetDto::extension(function () {
     // OPTIONAL MESSAGE obiba.mica.CountStatsDto.datasetCountStats = 1003
     $f = new \DrSlump\Protobuf\Field();
     $f->number = 1003;
     $f->name = "obiba.mica.CountStatsDto.datasetCountStats";
     $f->type = \DrSlump\Protobuf::TYPE_MESSAGE;
     $f->rule = \DrSlump\Protobuf::RULE_OPTIONAL;
     $f->reference = '\\obiba\\mica\\CountStatsDto';
     return $f;
 });
 \obiba\mica\NetworkDto::extension(function () {
     // OPTIONAL MESSAGE obiba.mica.CountStatsDto.networkCountStats = 1001
     $f = new \DrSlump\Protobuf\Field();
     $f->number = 1001;
     $f->name = "obiba.mica.CountStatsDto.networkCountStats";
     $f->type = \DrSlump\Protobuf::TYPE_MESSAGE;
     $f->rule = \DrSlump\Protobuf::RULE_OPTIONAL;
     $f->reference = '\\obiba\\mica\\CountStatsDto';
     return $f;
 });
 \obiba\mica\AggregationResultDto::extension(function () {
Example #2
0
 });
 \obiba\mica\DatasetDto::extension(function () {
     // OPTIONAL MESSAGE obiba.mica.StudyDatasetDto.type = 1000
     $f = new \DrSlump\Protobuf\Field();
     $f->number = 1000;
     $f->name = "obiba.mica.StudyDatasetDto.type";
     $f->type = \DrSlump\Protobuf::TYPE_MESSAGE;
     $f->rule = \DrSlump\Protobuf::RULE_OPTIONAL;
     $f->reference = '\\obiba\\mica\\StudyDatasetDto';
     return $f;
 });
 \obiba\mica\DatasetDto::extension(function () {
     // OPTIONAL MESSAGE obiba.mica.HarmonizationDatasetDto.type = 1001
     $f = new \DrSlump\Protobuf\Field();
     $f->number = 1001;
     $f->name = "obiba.mica.HarmonizationDatasetDto.type";
     $f->type = \DrSlump\Protobuf::TYPE_MESSAGE;
     $f->rule = \DrSlump\Protobuf::RULE_OPTIONAL;
     $f->reference = '\\obiba\\mica\\HarmonizationDatasetDto';
     return $f;
 });
 \obiba\mica\StudySummaryDto::extension(function () {
     // OPTIONAL MESSAGE obiba.mica.StudyStateDto.state = 1000
     $f = new \DrSlump\Protobuf\Field();
     $f->number = 1000;
     $f->name = "obiba.mica.StudyStateDto.state";
     $f->type = \DrSlump\Protobuf::TYPE_MESSAGE;
     $f->rule = \DrSlump\Protobuf::RULE_OPTIONAL;
     $f->reference = '\\obiba\\mica\\StudyStateDto';
     return $f;
 });
 \obiba\mica\DocumentDigestDto::extension(function () {