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

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

syntax = "proto3";
package protiary.test;


message Request {
  Nested nested = 1;
}

message Nested {
  Inner inside = 1;
}

message Inner {
  string foo = 1;
}

message Response {
  string bar = 1;
}

service TestService {
  // 1
  rpc Call1 (Request) returns (Response);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy