/enums/shared_set_type.proto

--- v14/enums/shared_set_type.proto 2023-10-19 02:11:04.000000000 +0000
+++ v15/enums/shared_set_type.proto 2023-10-19 02:11:08.000000000 +0000
@@ -45,5 +45,8 @@

     // An account-level set of keywords that can be excluded from targeting.
     ACCOUNT_LEVEL_NEGATIVE_KEYWORDS = 4;
+
+    // A set of brands can be included or excluded from targeting.
+    BRANDS = 5;
   }
 }