File tree Expand file tree Collapse file tree 4 files changed +33
-6
lines changed
clients/google-api-services-displayvideo/v4
com/google/api/services/displayvideo/v4/model Expand file tree Collapse file tree 4 files changed +33
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-displayvideo</artifactId >
25
- <version >v4-rev20250729 -2.0.0</version >
25
+ <version >v4-rev20250803 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-displayvideo:v4-rev20250729 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-displayvideo:v4-rev20250803 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -105,6 +105,14 @@ public final class CustomBiddingAlgorithm extends com.google.api.client.json.Gen
105
105
@ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
106
106
private java .util .List <java .lang .Long > sharedAdvertiserIds ;
107
107
108
+ /**
109
+ * Optional. Immutable. Designates the third party optimization partner that manages this
110
+ * algorithm.
111
+ * The value may be {@code null}.
112
+ */
113
+ @ com .google .api .client .util .Key
114
+ private java .lang .String thirdPartyOptimizationPartner ;
115
+
108
116
/**
109
117
* Immutable. The unique ID of the advertiser that owns the custom bidding algorithm.
110
118
* @return value or {@code null} for none
@@ -282,6 +290,25 @@ public CustomBiddingAlgorithm setSharedAdvertiserIds(java.util.List<java.lang.Lo
282
290
return this ;
283
291
}
284
292
293
+ /**
294
+ * Optional. Immutable. Designates the third party optimization partner that manages this
295
+ * algorithm.
296
+ * @return value or {@code null} for none
297
+ */
298
+ public java .lang .String getThirdPartyOptimizationPartner () {
299
+ return thirdPartyOptimizationPartner ;
300
+ }
301
+
302
+ /**
303
+ * Optional. Immutable. Designates the third party optimization partner that manages this
304
+ * algorithm.
305
+ * @param thirdPartyOptimizationPartner thirdPartyOptimizationPartner or {@code null} for none
306
+ */
307
+ public CustomBiddingAlgorithm setThirdPartyOptimizationPartner (java .lang .String thirdPartyOptimizationPartner ) {
308
+ this .thirdPartyOptimizationPartner = thirdPartyOptimizationPartner ;
309
+ return this ;
310
+ }
311
+
285
312
@ Override
286
313
public CustomBiddingAlgorithm set (String fieldName , Object value ) {
287
314
return (CustomBiddingAlgorithm ) super .set (fieldName , value );
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-displayvideo</artifactId >
11
- <version >v4-rev20250729 -2.0.0</version >
12
- <name >Display & Video 360 API v4-rev20250729 -2.0.0</name >
11
+ <version >v4-rev20250803 -2.0.0</version >
12
+ <name >Display & Video 360 API v4-rev20250803 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-displayvideo</artifactId >
25
- <version >v4-rev20250729 -2.0.0</version >
25
+ <version >v4-rev20250803 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-displayvideo:v4-rev20250729 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-displayvideo:v4-rev20250803 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments