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

com.google.api.tools.framework.aspects.http.testdata.recursive_selector.proto Maven / Gradle / Ivy

syntax = "proto2";
package protiary.test;

message In {
}

message Out {
}

service TestService {
  // 1
  rpc Call1 (In) returns (Out);
}

service TestService2 {
  // 1
  rpc Call1 (In) returns (Out);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy