/common/criteria.proto

--- v13/common/criteria.proto   2023-06-07 19:38:55.000000000 +0000
+++ v14/common/criteria.proto   2023-06-07 19:39:00.000000000 +0000
@@ -70,6 +70,14 @@
   optional string url = 2;
 }

+// A Negative Keyword List criterion. Represents a shared set
+// of negative keywords that can be excluded at the account-level.
+// Only one negative keyword list criterion can be attached per account.
+message NegativeKeywordListInfo {
+  // The NegativeKeywordListInfo shared set resource name.
+  optional string shared_set = 1;
+}
+
 // A mobile app category criterion.
 message MobileAppCategoryInfo {
   // The mobile app category constant resource name.