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