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

com.google.api.tools.framework.aspects.versioning.testdata.unwhitelistedconfigversion0.proto Maven / Gradle / Ivy

syntax = "proto3";
package protiary.test;

message M {
  string name = 1;
}

service TestService {
  // Silence proto warning
  rpc Call(M) returns (M);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy