Skip to content

Commit 18dd948

Browse files
1 parent ddcec68 commit 18dd948

File tree

4 files changed

+27
-12
lines changed

4 files changed

+27
-12
lines changed

clients/google-api-services-displayvideo/v3/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-displayvideo</artifactId>
25-
<version>v3-rev20250501-2.0.0</version>
25+
<version>v3-rev20250529-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20250501-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20250529-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-displayvideo/v3/2.0.0/com/google/api/services/displayvideo/v3/model/YoutubeAndPartnersSettings.java

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@
3131
public 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) {

clients/google-api-services-displayvideo/v3/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-displayvideo</artifactId>
11-
<version>v3-rev20250501-2.0.0</version>
12-
<name>Display &amp; Video 360 API v3-rev20250501-2.0.0</name>
11+
<version>v3-rev20250529-2.0.0</version>
12+
<name>Display &amp; Video 360 API v3-rev20250529-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-displayvideo/v3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-displayvideo</artifactId>
25-
<version>v3-rev20250501-2.0.0</version>
25+
<version>v3-rev20250529-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20250501-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20250529-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)