/enums/content_label_type.proto,/enums/content_label_type.proto

--- v16/enums/content_label_type.proto  2024-05-29 16:00:39.000000000 +0000
+++ v17/enums/content_label_type.proto  2024-05-29 16:00:45.000000000 +0000
@@ -81,5 +81,50 @@

     // Sensitive social issues.
     SOCIAL_ISSUES = 17;
+
+    // Content that's suitable for families to view together, including Made for
+    // Kids videos on YouTube.
+    BRAND_SUITABILITY_CONTENT_FOR_FAMILIES = 18;
+
+    // Video games that simulate hand-to-hand fighting or combat with the use of
+    // modern or medieval weapons.
+    BRAND_SUITABILITY_GAMES_FIGHTING = 19;
+
+    // Video games that feature mature content, such as violence, inappropriate
+    // language, or sexual suggestiveness.
+    BRAND_SUITABILITY_GAMES_MATURE = 20;
+
+    // Health content that people might find sensitive or upsetting, such as
+    // medical procedures or images and descriptions of various medical
+    // conditions.
+    BRAND_SUITABILITY_HEALTH_SENSITIVE = 21;
+
+    // Health content from sources that may provide accurate information but
+    // aren't as commonly cited as other, more well-known sources.
+    BRAND_SUITABILITY_HEALTH_SOURCE_UNDETERMINED = 22;
+
+    // News content that's been recently announced, regardless of the themes or
+    // people being reported on.
+    BRAND_SUITABILITY_NEWS_RECENT = 23;
+
+    // News content that people might find sensitive or upsetting, such as
+    // crimes, accidents, and natural incidents, or commentary on potentially
+    // controversial social and political issues.
+    BRAND_SUITABILITY_NEWS_SENSITIVE = 24;
+
+    // News content from sources that aren't featured on Google News or YouTube
+    // News.
+    BRAND_SUITABILITY_NEWS_SOURCE_NOT_FEATURED = 25;
+
+    // Political content, such as political statements made by well-known
+    // politicians, political elections, or events widely perceived to be
+    // political in nature.
+    BRAND_SUITABILITY_POLITICS = 26;
+
+    // Content with religious themes, such as religious teachings or customs,
+    // holy sites or places of worship, well-known religious figures or people
+    // dressed in religious attire, or religious opinions on social and
+    // political issues.
+    BRAND_SUITABILITY_RELIGION = 27;
   }
 }