mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Prepare Project for open source
Change-Id: Ic26d4915efa2be47ce00ffaab7a474d696e6657c
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// nearby:google3-begin
|
||||
// Any changes in this file maybe cause the unmapped result in the PLX tables.
|
||||
// Please remember to update the table schemas:
|
||||
// 1. Check your changes are rolled out in the MPM.
|
||||
@@ -8,6 +9,7 @@
|
||||
// https://plx.corp.google.com/scripts2/script_e1._9eb6f3_e3cd_419b_b483_c1e42abc824a
|
||||
//
|
||||
// Or you can wait one or two days then run the above Step3. dircetly.
|
||||
// nearby:google3-end
|
||||
|
||||
syntax = "proto2";
|
||||
|
||||
|
||||
@@ -10,10 +10,12 @@ option objc_class_prefix = "GNCP";
|
||||
enum UserType {
|
||||
UNKNOWN_USER_TYPE = 0;
|
||||
PRODUCTION = 1;
|
||||
// nearby:google3-begin
|
||||
MODULEFOOD = 2;
|
||||
TEST = 3;
|
||||
PRESTO_DOGFOOD = 4;
|
||||
AUTO_TEST = 5;
|
||||
// nearby:google3-end
|
||||
}
|
||||
|
||||
// The client that is logging.
|
||||
|
||||
Reference in New Issue
Block a user