Skip to content

Commit a20c9cb

Browse files
1 parent 45bcdaa commit a20c9cb

29 files changed

+720
-63
lines changed

clients/google-api-services-displayvideo/v2/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>v2-rev20250812-2.0.0</version>
25+
<version>v2-rev20250819-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:v2-rev20250812-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20250819-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-displayvideo/v2/2.0.0/com/google/api/services/displayvideo/v2/model/Advertiser.java

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@ public final class Advertiser extends com.google.api.client.json.GenericJson {
4444
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
4545
private java.lang.Long advertiserId;
4646

47+
/**
48+
* Optional. Whether this advertiser contains line items that serve European Union political ads.
49+
* If this field is set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING`, then the following will
50+
* happen: * Any new line items created under this advertiser will be assigned
51+
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified. * Any existing line
52+
* items under this advertiser that do not have a set value be updated to
53+
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` within a day.
54+
* The value may be {@code null}.
55+
*/
56+
@com.google.api.client.util.Key
57+
private java.lang.String containsEuPoliticalAds;
58+
4759
/**
4860
* Required. Creative related settings of the advertiser.
4961
* The value may be {@code null}.
@@ -166,6 +178,33 @@ public Advertiser setAdvertiserId(java.lang.Long advertiserId) {
166178
return this;
167179
}
168180

181+
/**
182+
* Optional. Whether this advertiser contains line items that serve European Union political ads.
183+
* If this field is set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING`, then the following will
184+
* happen: * Any new line items created under this advertiser will be assigned
185+
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified. * Any existing line
186+
* items under this advertiser that do not have a set value be updated to
187+
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` within a day.
188+
* @return value or {@code null} for none
189+
*/
190+
public java.lang.String getContainsEuPoliticalAds() {
191+
return containsEuPoliticalAds;
192+
}
193+
194+
/**
195+
* Optional. Whether this advertiser contains line items that serve European Union political ads.
196+
* If this field is set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING`, then the following will
197+
* happen: * Any new line items created under this advertiser will be assigned
198+
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified. * Any existing line
199+
* items under this advertiser that do not have a set value be updated to
200+
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` within a day.
201+
* @param containsEuPoliticalAds containsEuPoliticalAds or {@code null} for none
202+
*/
203+
public Advertiser setContainsEuPoliticalAds(java.lang.String containsEuPoliticalAds) {
204+
this.containsEuPoliticalAds = containsEuPoliticalAds;
205+
return this;
206+
}
207+
169208
/**
170209
* Required. Creative related settings of the advertiser.
171210
* @return value or {@code null} for none

clients/google-api-services-displayvideo/v2/2.0.0/com/google/api/services/displayvideo/v2/model/BulkUpdateLineItemsRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public final class BulkUpdateLineItemsRequest extends com.google.api.client.json
4747

4848
/**
4949
* Required. A field mask identifying which fields to update. Only the following fields are
50-
* currently supported: * entityStatus * containsEuPoliticalAdvertising
50+
* currently supported: * entityStatus * containsEuPoliticalAds
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -91,7 +91,7 @@ public BulkUpdateLineItemsRequest setTargetLineItem(LineItem targetLineItem) {
9191

9292
/**
9393
* Required. A field mask identifying which fields to update. Only the following fields are
94-
* currently supported: * entityStatus * containsEuPoliticalAdvertising
94+
* currently supported: * entityStatus * containsEuPoliticalAds
9595
* @return value or {@code null} for none
9696
*/
9797
public String getUpdateMask() {
@@ -100,7 +100,7 @@ public String getUpdateMask() {
100100

101101
/**
102102
* Required. A field mask identifying which fields to update. Only the following fields are
103-
* currently supported: * entityStatus * containsEuPoliticalAdvertising
103+
* currently supported: * entityStatus * containsEuPoliticalAds
104104
* @param updateMask updateMask or {@code null} for none
105105
*/
106106
public BulkUpdateLineItemsRequest setUpdateMask(String updateMask) {

clients/google-api-services-displayvideo/v2/2.0.0/com/google/api/services/displayvideo/v2/model/DuplicateLineItemRequest.java

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,55 @@
3030
@SuppressWarnings("javadoc")
3131
public final class DuplicateLineItemRequest extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
35+
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
36+
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
37+
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
38+
* **September 8, 2025**, this field must be set. If not, either the value
39+
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item if the parent
40+
* advertiser has declared that it does not serve EU political ads, or **the request will fail**.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.lang.String containsEuPoliticalAds;
45+
3346
/**
3447
* The display name of the new line item. Must be UTF-8 encoded with a maximum size of 240 bytes.
3548
* The value may be {@code null}.
3649
*/
3750
@com.google.api.client.util.Key
3851
private java.lang.String targetDisplayName;
3952

53+
/**
54+
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
55+
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
56+
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
57+
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
58+
* **September 8, 2025**, this field must be set. If not, either the value
59+
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item if the parent
60+
* advertiser has declared that it does not serve EU political ads, or **the request will fail**.
61+
* @return value or {@code null} for none
62+
*/
63+
public java.lang.String getContainsEuPoliticalAds() {
64+
return containsEuPoliticalAds;
65+
}
66+
67+
/**
68+
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
69+
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
70+
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
71+
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
72+
* **September 8, 2025**, this field must be set. If not, either the value
73+
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item if the parent
74+
* advertiser has declared that it does not serve EU political ads, or **the request will fail**.
75+
* @param containsEuPoliticalAds containsEuPoliticalAds or {@code null} for none
76+
*/
77+
public DuplicateLineItemRequest setContainsEuPoliticalAds(java.lang.String containsEuPoliticalAds) {
78+
this.containsEuPoliticalAds = containsEuPoliticalAds;
79+
return this;
80+
}
81+
4082
/**
4183
* The display name of the new line item. Must be UTF-8 encoded with a maximum size of 240 bytes.
4284
* @return value or {@code null} for none

clients/google-api-services-displayvideo/v2/2.0.0/com/google/api/services/displayvideo/v2/model/GenerateDefaultLineItemRequest.java

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,19 @@
3030
@SuppressWarnings("javadoc")
3131
public final class GenerateDefaultLineItemRequest extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
35+
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
36+
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
37+
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
38+
* **September 8, 2025**, this field must be set. If not, either the value
39+
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item if the parent
40+
* advertiser has declared that it does not serve EU political ads, or **the request will fail**.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.lang.String containsEuPoliticalAds;
45+
3346
/**
3447
* Required. The display name of the line item. Must be UTF-8 encoded with a maximum size of 240
3548
* bytes.
@@ -60,6 +73,35 @@ public final class GenerateDefaultLineItemRequest extends com.google.api.client.
6073
@com.google.api.client.util.Key
6174
private MobileApp mobileApp;
6275

76+
/**
77+
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
78+
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
79+
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
80+
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
81+
* **September 8, 2025**, this field must be set. If not, either the value
82+
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item if the parent
83+
* advertiser has declared that it does not serve EU political ads, or **the request will fail**.
84+
* @return value or {@code null} for none
85+
*/
86+
public java.lang.String getContainsEuPoliticalAds() {
87+
return containsEuPoliticalAds;
88+
}
89+
90+
/**
91+
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
92+
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
93+
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
94+
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
95+
* **September 8, 2025**, this field must be set. If not, either the value
96+
* `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item if the parent
97+
* advertiser has declared that it does not serve EU political ads, or **the request will fail**.
98+
* @param containsEuPoliticalAds containsEuPoliticalAds or {@code null} for none
99+
*/
100+
public GenerateDefaultLineItemRequest setContainsEuPoliticalAds(java.lang.String containsEuPoliticalAds) {
101+
this.containsEuPoliticalAds = containsEuPoliticalAds;
102+
return this;
103+
}
104+
63105
/**
64106
* Required. The display name of the line item. Must be UTF-8 encoded with a maximum size of 240
65107
* bytes.

clients/google-api-services-displayvideo/v2/2.0.0/com/google/api/services/displayvideo/v2/model/LineItem.java

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,20 @@ public final class LineItem extends com.google.api.client.json.GenericJson {
5858
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
5959
private java.lang.Long campaignId;
6060

61+
/**
62+
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
63+
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
64+
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
65+
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
66+
* **September 8, 2025**, this field must be set when creating a new line item. If not, either the
67+
* value `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned if the parent advertiser has
68+
* declared that it does not serve EU political ads, or **the `advertisers.lineItems.create`
69+
* request will fail**.
70+
* The value may be {@code null}.
71+
*/
72+
@com.google.api.client.util.Key
73+
private java.lang.String containsEuPoliticalAds;
74+
6175
/**
6276
* The conversion tracking setting of the line item.
6377
* The value may be {@code null}.
@@ -286,6 +300,37 @@ public LineItem setCampaignId(java.lang.Long campaignId) {
286300
return this;
287301
}
288302

303+
/**
304+
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
305+
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
306+
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
307+
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
308+
* **September 8, 2025**, this field must be set when creating a new line item. If not, either the
309+
* value `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned if the parent advertiser has
310+
* declared that it does not serve EU political ads, or **the `advertisers.lineItems.create`
311+
* request will fail**.
312+
* @return value or {@code null} for none
313+
*/
314+
public java.lang.String getContainsEuPoliticalAds() {
315+
return containsEuPoliticalAds;
316+
}
317+
318+
/**
319+
* Whether this line item will serve European Union political ads. If contains_eu_political_ads
320+
* has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
321+
* field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified.
322+
* This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting
323+
* **September 8, 2025**, this field must be set when creating a new line item. If not, either the
324+
* value `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned if the parent advertiser has
325+
* declared that it does not serve EU political ads, or **the `advertisers.lineItems.create`
326+
* request will fail**.
327+
* @param containsEuPoliticalAds containsEuPoliticalAds or {@code null} for none
328+
*/
329+
public LineItem setContainsEuPoliticalAds(java.lang.String containsEuPoliticalAds) {
330+
this.containsEuPoliticalAds = containsEuPoliticalAds;
331+
return this;
332+
}
333+
289334
/**
290335
* The conversion tracking setting of the line item.
291336
* @return value or {@code null} for none

clients/google-api-services-displayvideo/v2/2.0.0/com/google/api/services/displayvideo/v2/model/YoutubeAndPartnersBiddingStrategy.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ public final class YoutubeAndPartnersBiddingStrategy extends com.google.api.clie
5555
* The value used by the bidding strategy. When the bidding strategy is assigned at the line item
5656
* level, this field is only applicable for the following strategy types: *
5757
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` *
58-
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` When the bidding strategy is assigned
59-
* at the ad group level, this field is only applicable for the following strategy types: *
60-
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM` *
58+
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` *
59+
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_RESERVE_SHARE_OF_VOICE` When the bidding strategy
60+
* is assigned at the ad group level, this field is only applicable for the following strategy
61+
* types: * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM` *
6162
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV` *
6263
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` *
6364
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPM` *
@@ -124,9 +125,10 @@ public YoutubeAndPartnersBiddingStrategy setType(java.lang.String type) {
124125
* The value used by the bidding strategy. When the bidding strategy is assigned at the line item
125126
* level, this field is only applicable for the following strategy types: *
126127
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` *
127-
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` When the bidding strategy is assigned
128-
* at the ad group level, this field is only applicable for the following strategy types: *
129-
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM` *
128+
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` *
129+
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_RESERVE_SHARE_OF_VOICE` When the bidding strategy
130+
* is assigned at the ad group level, this field is only applicable for the following strategy
131+
* types: * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM` *
130132
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV` *
131133
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` *
132134
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPM` *
@@ -143,9 +145,10 @@ public java.lang.Long getValue() {
143145
* The value used by the bidding strategy. When the bidding strategy is assigned at the line item
144146
* level, this field is only applicable for the following strategy types: *
145147
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` *
146-
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` When the bidding strategy is assigned
147-
* at the ad group level, this field is only applicable for the following strategy types: *
148-
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM` *
148+
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` *
149+
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_RESERVE_SHARE_OF_VOICE` When the bidding strategy
150+
* is assigned at the ad group level, this field is only applicable for the following strategy
151+
* types: * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM` *
149152
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV` *
150153
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` *
151154
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPM` *

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

Lines changed: 5 additions & 5 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>v2-rev20250812-2.0.0</version>
12-
<name>Display &amp; Video 360 API v2-rev20250812-2.0.0</name>
11+
<version>v2-rev20250819-2.0.0</version>
12+
<name>Display &amp; Video 360 API v2-rev20250819-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -89,9 +89,9 @@
8989
<windowtitle>Display &amp; Video 360 API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/1.47.1/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.0/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.8.1</version>
127+
<version>2.8.0</version>
128128
</dependency>
129129
</dependencies>
130130

clients/google-api-services-displayvideo/v2/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>v2-rev20250812-2.0.0</version>
25+
<version>v2-rev20250819-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:v2-rev20250812-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20250819-2.0.0'
3939
}
4040
```
4141

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-rev20250812-2.0.0</version>
25+
<version>v3-rev20250819-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-rev20250812-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20250819-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)