1 2 3 4 5 6 7 8
syntax = "proto2"; message Subscription { optional string uri = 0x1; optional int32 expiry = 0x2; optional int32 status_code = 0x3; }