ADD: added new basic messages and added the parentID as an part of the identifier
This commit is contained in:
@@ -8,11 +8,12 @@ package messages.header;
|
||||
// [START messages]
|
||||
message Message {
|
||||
uint32 topic = 1;
|
||||
int32 msgType = 2;
|
||||
int32 sourceType = 3;
|
||||
int32 sourceID = 4;
|
||||
uint32 msgType = 2;
|
||||
uint32 sourceType = 3;
|
||||
uint32 sourceID = 4;
|
||||
uint32 parentID = 5;
|
||||
|
||||
repeated google.protobuf.Any payload = 5;
|
||||
repeated google.protobuf.Any payload = 6;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user