![JAR search and dependency download from the Maven repository](/logo.png)
builder.spals-appbuilder-app-examples.0.6.5.source-code.sample_routes_v2.proto Maven / Gradle / Ivy
syntax = "proto2";
option java_multiple_files = true;
option java_package = "net.spals.appbuilder.app.examples.grpc.sample";
option java_outer_classname = "SampleServerV2Proto";
service SampleServiceV2 {
rpc GetSampleV2(SampleRequestV2) returns (SampleResponseV2) { }
}
message SampleRequestV2 {
optional int32 intField = 1;
optional string stringField = 2;
}
message SampleResponseV2 {
optional int32 intField = 1;
optional string stringField = 2;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy