3131public final class YoutubeAndPartnersSettings extends com .google .api .client .json .GenericJson {
3232
3333 /**
34- * The kind of content on which the YouTube and Partners ads will be shown.
34+ * The kind of content on which the YouTube and Partners ads will be shown. *Warning*: Starting
35+ * **June 12, 2025**, this setting will no longer be editable. This field will eventually be
36+ * removed. [Read more about this announced change](/display-
37+ * video/api/deprecations#features.li_yt_content_category)
3538 * The value may be {@code null}.
3639 */
3740 @ com .google .api .client .util .Key
@@ -40,7 +43,9 @@ public final class YoutubeAndPartnersSettings extends com.google.api.client.json
4043 /**
4144 * Output only. The content category which takes effect when serving the line item. When content
4245 * category is set in both line item and advertiser, the stricter one will take effect when
43- * serving the line item.
46+ * serving the line item. *Warning*: Starting **June 12, 2025**, this field will only reflect the
47+ * advertiser level setting for new line items. [Read more about this announced change](/display-
48+ * video/api/deprecations#features.li_yt_content_category)
4449 * The value may be {@code null}.
4550 */
4651 @ com .google .api .client .util .Key
@@ -106,15 +111,21 @@ public final class YoutubeAndPartnersSettings extends com.google.api.client.json
106111 private FrequencyCap viewFrequencyCap ;
107112
108113 /**
109- * The kind of content on which the YouTube and Partners ads will be shown.
114+ * The kind of content on which the YouTube and Partners ads will be shown. *Warning*: Starting
115+ * **June 12, 2025**, this setting will no longer be editable. This field will eventually be
116+ * removed. [Read more about this announced change](/display-
117+ * video/api/deprecations#features.li_yt_content_category)
110118 * @return value or {@code null} for none
111119 */
112120 public java .lang .String getContentCategory () {
113121 return contentCategory ;
114122 }
115123
116124 /**
117- * The kind of content on which the YouTube and Partners ads will be shown.
125+ * The kind of content on which the YouTube and Partners ads will be shown. *Warning*: Starting
126+ * **June 12, 2025**, this setting will no longer be editable. This field will eventually be
127+ * removed. [Read more about this announced change](/display-
128+ * video/api/deprecations#features.li_yt_content_category)
118129 * @param contentCategory contentCategory or {@code null} for none
119130 */
120131 public YoutubeAndPartnersSettings setContentCategory (java .lang .String contentCategory ) {
@@ -125,7 +136,9 @@ public YoutubeAndPartnersSettings setContentCategory(java.lang.String contentCat
125136 /**
126137 * Output only. The content category which takes effect when serving the line item. When content
127138 * category is set in both line item and advertiser, the stricter one will take effect when
128- * serving the line item.
139+ * serving the line item. *Warning*: Starting **June 12, 2025**, this field will only reflect the
140+ * advertiser level setting for new line items. [Read more about this announced change](/display-
141+ * video/api/deprecations#features.li_yt_content_category)
129142 * @return value or {@code null} for none
130143 */
131144 public java .lang .String getEffectiveContentCategory () {
@@ -135,7 +148,9 @@ public java.lang.String getEffectiveContentCategory() {
135148 /**
136149 * Output only. The content category which takes effect when serving the line item. When content
137150 * category is set in both line item and advertiser, the stricter one will take effect when
138- * serving the line item.
151+ * serving the line item. *Warning*: Starting **June 12, 2025**, this field will only reflect the
152+ * advertiser level setting for new line items. [Read more about this announced change](/display-
153+ * video/api/deprecations#features.li_yt_content_category)
139154 * @param effectiveContentCategory effectiveContentCategory or {@code null} for none
140155 */
141156 public YoutubeAndPartnersSettings setEffectiveContentCategory (java .lang .String effectiveContentCategory ) {
0 commit comments