Skip to content

Commit 53e0e01

Browse files
committed
Mark user_agent field as deprecated in LabelerInput proto.
1 parent ca83e49 commit 53e0e01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/proto/wfa/virtual_people/common/event.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,8 @@ message LabelerInput {
122122
// Required. When this event occurs in microseconds since epoch.
123123
optional int64 timestamp_usec = 2;
124124

125-
// TODO(@wliue): Deprecate user_agent when all usages are migrated.
126125
// User agent string. Labeler uses this to compute device type.
127-
optional string user_agent = 3;
126+
optional string user_agent = 3 [deprecated = true];
128127

129128
// Geo data.
130129
optional GeoLocation geo = 4;

0 commit comments

Comments
 (0)