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

com.google.api.tools.framework.tools.configgen.testdata.suppress_warnings.proto Maven / Gradle / Ivy

// A test proto

syntax = "proto3";

package test.v1;

message Request {
  string name  =  1;
}

message Response {
  string name = 1;
}

service Service {
  // To silence proto lint error.
  rpc Call(Request) returns (Response);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy