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

com.google.api.tools.framework.model.testdata.group_construct.proto Maven / Gradle / Ivy

syntax = "proto3";

package test.ProtoFileTest;

// A proto message containing a group construct
message SearchResponse {
  repeated group Result = 1 {
    //...
  }

  message Rankings {
    // LINT: ALLOW_GROUPS
    repeated group Rank = 1 {
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy