1
0
Fork 0
python-aristaproto/tests/inputs/timestamp_dict_encode/timestamp_dict_encode.proto

9 lines
147 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package timestamp_dict_encode;
import "google/protobuf/timestamp.proto";
message Test {
google.protobuf.Timestamp ts = 1;
}