We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca83e49 commit 53e0e01Copy full SHA for 53e0e01
src/main/proto/wfa/virtual_people/common/event.proto
@@ -122,9 +122,8 @@ message LabelerInput {
122
// Required. When this event occurs in microseconds since epoch.
123
optional int64 timestamp_usec = 2;
124
125
- // TODO(@wliue): Deprecate user_agent when all usages are migrated.
126
// User agent string. Labeler uses this to compute device type.
127
- optional string user_agent = 3;
+ optional string user_agent = 3 [deprecated = true];
128
129
// Geo data.
130
optional GeoLocation geo = 4;
0 commit comments