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;
 }