com.google.code.proto.model.examplemessage.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gpb-stream-reader-writer Show documentation
Show all versions of gpb-stream-reader-writer Show documentation
A package to read and write Google Protocol Buffer messages to and from Input and Output Streams
// Once this is in production:
// don't change the tag numbers of any existing fields.
// don't add or delete any required fields.
// don't delete optional or repeated fields.
// don't add new optional or repeated fields but you must use fresh tag numbers
// (i.e. tag numbers that were never used in this protocol buffer, not even by deleted fields).
package com.google.code.proto.model;
option java_package = "com.google.code.proto.model";
option java_outer_classname = "ExampleMessageProto";
message ExampleMsg {
required string name = 1;
required string value = 2;
required int32 code = 3;
}
message ExampleMessages {
repeated ExampleMsg msg = 1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy