Skip to content

Commit 5293812

Browse files
1 parent 7190524 commit 5293812

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
lines changed

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

clients/google-api-services-displayvideo/v4/2.0.0/com/google/api/services/displayvideo/v4/model/CustomBiddingAlgorithm.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@ public final class CustomBiddingAlgorithm extends com.google.api.client.json.Gen
105105
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
106106
private java.util.List<java.lang.Long> sharedAdvertiserIds;
107107

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+
108116
/**
109117
* Immutable. The unique ID of the advertiser that owns the custom bidding algorithm.
110118
* @return value or {@code null} for none
@@ -282,6 +290,25 @@ public CustomBiddingAlgorithm setSharedAdvertiserIds(java.util.List<java.lang.Lo
282290
return this;
283291
}
284292

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+
285312
@Override
286313
public CustomBiddingAlgorithm set(String fieldName, Object value) {
287314
return (CustomBiddingAlgorithm) super.set(fieldName, value);

clients/google-api-services-displayvideo/v4/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>v4-rev20250729-2.0.0</version>
12-
<name>Display &amp; Video 360 API v4-rev20250729-2.0.0</name>
11+
<version>v4-rev20250803-2.0.0</version>
12+
<name>Display &amp; Video 360 API v4-rev20250803-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)