any proto attempt works for time
This commit is contained in:
parent
fffda49ddc
commit
da17ecbc1b
|
@ -27,11 +27,11 @@ message Widget {
|
||||||
int64 id = 1;
|
int64 id = 1;
|
||||||
string name = 2;
|
string name = 2;
|
||||||
int64 size = 3;
|
int64 size = 3;
|
||||||
|
google.protobuf.Any val = 4;
|
||||||
// Size size = 3;
|
// Size size = 3;
|
||||||
// Location location = 4;
|
// Location location = 4;
|
||||||
// string color = 5;
|
// string color = 5;
|
||||||
// google.protobuf.Any TK = 6;
|
// google.protobuf.Any TK = 6;
|
||||||
// google.protobuf.Any val = 7;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message Widgets {
|
message Widgets {
|
||||||
|
|
Loading…
Reference in New Issue