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

com.google.api.tools.framework.processors.normalizer.testdata.versions_api1.proto Maven / Gradle / Ivy

syntax = "proto3";

package proto.test.v1;

import "google/api/annotations.proto";

message In {
  string some = 1;
}

message Out {
  string other = 1;
}

service TestService {
  // Call v1beta2
  rpc Call(In) returns (Out) {
    option (google.api.http) = { get: "/v1beta2/test" };
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy