syntax = "proto3"; import "google/protobuf/timestamp.proto"; package page_views; message PageView { string id = 1; string user = 2; google.protobuf.Timestamp occurred_at = 3; }