/resources/customer_ negative_criteria.proto

--- v13/resources/customer_negative_criterion.proto 2023-06-07 19:38:56.000000000 +0000
+++ v14/resources/customer_negative_criterion.proto 2023-06-07 19:39:01.000000000 +0000
@@ -82,7 +82,11 @@
         [(google.api.field_behavior) = IMMUTABLE];

     // Immutable. YouTube Channel.
-    google.ads.googleads.v13.common.YouTubeChannelInfo youtube_channel = 9
+    google.ads.googleads.v14.common.YouTubeChannelInfo youtube_channel = 9
         [(google.api.field_behavior) = IMMUTABLE];
+
+    // Immutable. NegativeKeywordList.
+    google.ads.googleads.v14.common.NegativeKeywordListInfo
+        negative_keyword_list = 11 [(google.api.field_behavior) = IMMUTABLE];
   }
 }