syntax = "proto3"; package sentry_protos.snuba.v1alpha; import "google/protobuf/timestamp.proto"; message RequestMeta { uint64 organization_id = 1; string cogs_category = 2; string referrer = 3; // can be empty repeated uint64 project_ids = 4; google.protobuf.Timestamp start_timestamp = 5; google.protobuf.Timestamp end_timestamp = 6; }