blob: 41eb3a8fff5fa74a1895b51ba217a0f045c16884 [file] [edit]
syntax = "proto2";
option java_package = "com.android.asuite.clearcut";
message Duration {
optional int64 seconds = 1;
optional int32 nanos = 2;
}
// ----------------
// ENUM DEFINITIONS
// ----------------
enum UserType {
GOOGLE = 0;
EXTERNAL = 1;
}