first commit
This commit is contained in:
9
proto/google/protobuf/any.proto
Normal file
9
proto/google/protobuf/any.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package google.protobuf;
|
||||
|
||||
message Any {
|
||||
string type_url = 1;
|
||||
bytes value = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user