commit | fe33e8daa7ce3d0fd5d9d72735a9ce69f88039d1 | [log] [tgz] |
---|---|---|
author | Feed Team <no-reply@google.com> | Thu May 07 18:57:16 2020 |
committer | Copybara-Service <copybara-worker@google.com> | Thu May 07 18:57:38 2020 |
tree | 00b4bd5f3f4759d829eddf11077f74a4692a19c4 | |
parent | 030a9b988b2f4cdd0fe03df2e66c75ca56bef3b4 [diff] |
Add feed data collection notice card from renderer. PiperOrigin-RevId: 310407689 Change-Id: I88f4bfb11dcce4b31932f7948a0e7c6587764e69
diff --git a/src/main/proto/search/now/ui/action/feed_action.proto b/src/main/proto/search/now/ui/action/feed_action.proto index 53f6724..4f4d403 100644 --- a/src/main/proto/search/now/ui/action/feed_action.proto +++ b/src/main/proto/search/now/ui/action/feed_action.proto
@@ -44,7 +44,7 @@ message FeedActionMetadata { // The type of action, used by the host to perform any custom logic needed for // a specific type of action. - // Next Id: 20 + // Next Id: 21 enum Type { UNKNOWN = 0; OPEN_URL = 1;
diff --git a/src/main/proto/search/now/wire/feed/capability.proto b/src/main/proto/search/now/wire/feed/capability.proto index 0355e8f..02ac7a4 100644 --- a/src/main/proto/search/now/wire/feed/capability.proto +++ b/src/main/proto/search/now/wire/feed/capability.proto
@@ -22,7 +22,7 @@ option java_outer_classname = "CapabilityProto"; // Feature capability of either the client or the server. -// Next ID: 15. +// Next ID: 16. enum Capability { UNKNOWN_CAPABILITY = 0; BASE_UI = 1; @@ -37,6 +37,7 @@ SEND_FEEDBACK = 12; CLICK_ACTION = 13; VIEW_ACTION = 14; + REPORT_FEED_USER_ACTIONS_NOTICE_CARD = 15; reserved 3, 11; }