[lensoverlay] Update interaction request protos
Bug: 376520283
Change-Id: I19304c21841855502ee5fac5f2346a5c0888cbec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5989071
Reviewed-by: Jason Hu <hujasonx@google.com>
Commit-Queue: Duncan Mercer <mercerd@google.com>
Cr-Commit-Position: refs/heads/main@{#1377802}
diff --git a/third_party/lens_server_proto/README.chromium b/third_party/lens_server_proto/README.chromium
index 6902701..0c8e68f 100644
--- a/third_party/lens_server_proto/README.chromium
+++ b/third_party/lens_server_proto/README.chromium
@@ -1,8 +1,8 @@
Name: Lens Protos
Short Name: lens_overlay_proto
URL: This is the canonical public repository
-Version: 686679772
-Date: 2024-10-16
+Version: 693006014
+Date: 2024-11-04
License: BSD
License File: LICENSE
Shipped: yes
@@ -20,4 +20,4 @@
Local Modifications:
-Copied proto changes manually, as they are not yet submitted internally.
+Unchanged from the output of the export script.
diff --git a/third_party/lens_server_proto/lens_overlay_interaction_request_metadata.proto b/third_party/lens_server_proto/lens_overlay_interaction_request_metadata.proto
index 280c67fd..92d17f3 100644
--- a/third_party/lens_server_proto/lens_overlay_interaction_request_metadata.proto
+++ b/third_party/lens_server_proto/lens_overlay_interaction_request_metadata.proto
@@ -13,7 +13,6 @@
// Metadata associated with an interaction request.
message LensOverlayInteractionRequestMetadata {
- // Type of interaction request.
enum Type {
UNKNOWN = 0;
@@ -34,6 +33,12 @@
// User sent a query in the contextual search box.
CONTEXTUAL_SEARCH_QUERY = 9;
+
+ // User sent a query about a pdf.
+ PDF_QUERY = 10;
+
+ // User sent a query about a website.
+ WEBPAGE_QUERY = 11;
}
Type type = 1;
diff --git a/third_party/lens_server_proto/lens_overlay_visual_search_interaction_data.proto b/third_party/lens_server_proto/lens_overlay_visual_search_interaction_data.proto
index 6ae26555..af3db93 100644
--- a/third_party/lens_server_proto/lens_overlay_visual_search_interaction_data.proto
+++ b/third_party/lens_server_proto/lens_overlay_visual_search_interaction_data.proto
@@ -21,6 +21,7 @@
ZoomedCrop zoomed_crop = 7;
// The selected object id for this interaction, instead of the zoomed crop.
+ // Currently unsupported and should not be populated.
string object_id = 3;
// Logging-specific data.