popcount.proto 254 B

1234567891011
  1. message PopcountRequest {
  2. }
  3. message PopcountResult {
  4. optional sint64 count = 0x1;
  5. optional bool truncated = 0x2;
  6. repeated string user = 0x3;
  7. repeated sint64 subscriptionTimestamps = 0x4;
  8. repeated sint64 insertionTimestamps = 0x5;
  9. }