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

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

There is a newer version: 0.0.8
Show newest version
syntax = "proto2";

package test.ProtoFileTest2;

// 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