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

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

syntax = "proto2";
package protiary.test;

// (== resource_for v1.tests ==)
message In {
}

// (== resource_for v1.tests ==)
message Out {
}

// (== resource_for v2.tests ==)
message Test {
}

service TestService {
  // test
  rpc Test1(In) returns (Out);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy