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

com.google.code.proto.model.examplemessage.proto Maven / Gradle / Ivy

Go to download

A package to read and write Google Protocol Buffer messages to and from Input and Output Streams

There is a newer version: 1.5.5
Show newest version
// 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