Skip to content

Commit bcc1af1

Browse files
1 parent 8fd7203 commit bcc1af1

File tree

11 files changed

+68
-123
lines changed

11 files changed

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

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

Lines changed: 18 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -18927,9 +18927,8 @@ public List set(String parameterName, Object value) {
1892718927
}
1892818928
/**
1892918929
* Updates an existing custom bidding algorithm. Returns the updated custom bidding algorithm if
18930-
* successful. *Warning*: Starting **April 1, 2025**, requests updating custom bidding algorithms
18931-
* that are assigned to line items will return an error. [Read more about this announced
18932-
* change](/display-video/api/deprecations#features.custom_bidding_floodlight).
18930+
* successful. Requests updating a custom bidding algorithm assigned to a line item will return an
18931+
* error.
1893318932
*
1893418933
* Create a request for the method "customBiddingAlgorithms.patch".
1893518934
*
@@ -18955,9 +18954,8 @@ public class Patch extends DisplayVideoRequest<com.google.api.services.displayvi
1895518954

1895618955
/**
1895718956
* Updates an existing custom bidding algorithm. Returns the updated custom bidding algorithm if
18958-
* successful. *Warning*: Starting **April 1, 2025**, requests updating custom bidding algorithms
18959-
* that are assigned to line items will return an error. [Read more about this announced
18960-
* change](/display-video/api/deprecations#features.custom_bidding_floodlight).
18957+
* successful. Requests updating a custom bidding algorithm assigned to a line item will return an
18958+
* error.
1896118959
*
1896218960
* Create a request for the method "customBiddingAlgorithms.patch".
1896318961
*
@@ -19427,10 +19425,9 @@ public Rules rules() {
1942719425
public class Rules {
1942819426

1942919427
/**
19430-
* Creates a new rules resource. Returns the newly created rules resource if successful. *Warning*:
19431-
* Starting **April 1, 2025**, requests updating custom bidding algorithms that are assigned to line
19432-
* items will return an error. [Read more about this announced change](/display-
19433-
* video/api/deprecations#features.custom_bidding_floodlight).
19428+
* Creates a new rules resource. Returns the newly created rules resource if successful. Requests
19429+
* creating a custom bidding rules resource under an algorithm assigned to a line item will return
19430+
* an error.
1943419431
*
1943519432
* Create a request for the method "rules.create".
1943619433
*
@@ -19455,10 +19452,9 @@ public class Create extends DisplayVideoRequest<com.google.api.services.displayv
1945519452
java.util.regex.Pattern.compile("^[^/]+$");
1945619453

1945719454
/**
19458-
* Creates a new rules resource. Returns the newly created rules resource if successful.
19459-
* *Warning*: Starting **April 1, 2025**, requests updating custom bidding algorithms that are
19460-
* assigned to line items will return an error. [Read more about this announced change](/display-
19461-
* video/api/deprecations#features.custom_bidding_floodlight).
19455+
* Creates a new rules resource. Returns the newly created rules resource if successful. Requests
19456+
* creating a custom bidding rules resource under an algorithm assigned to a line item will return
19457+
* an error.
1946219458
*
1946319459
* Create a request for the method "rules.create".
1946419460
*
@@ -20036,10 +20032,8 @@ public Scripts scripts() {
2003620032
public class Scripts {
2003720033

2003820034
/**
20039-
* Creates a new custom bidding script. Returns the newly created script if successful. *Warning*:
20040-
* Starting **April 1, 2025**, requests updating custom bidding algorithms that are assigned to line
20041-
* items will return an error. [Read more about this announced change](/display-
20042-
* video/api/deprecations#features.custom_bidding_floodlight).
20035+
* Creates a new custom bidding script. Returns the newly created script if successful. Requests
20036+
* creating a custom bidding script under an algorithm assigned to a line item will return an error.
2004320037
*
2004420038
* Create a request for the method "scripts.create".
2004520039
*
@@ -20064,10 +20058,9 @@ public class Create extends DisplayVideoRequest<com.google.api.services.displayv
2006420058
java.util.regex.Pattern.compile("^[^/]+$");
2006520059

2006620060
/**
20067-
* Creates a new custom bidding script. Returns the newly created script if successful. *Warning*:
20068-
* Starting **April 1, 2025**, requests updating custom bidding algorithms that are assigned to
20069-
* line items will return an error. [Read more about this announced change](/display-
20070-
* video/api/deprecations#features.custom_bidding_floodlight).
20061+
* Creates a new custom bidding script. Returns the newly created script if successful. Requests
20062+
* creating a custom bidding script under an algorithm assigned to a line item will return an
20063+
* error.
2007120064
*
2007220065
* Create a request for the method "scripts.create".
2007320066
*
@@ -30141,7 +30134,7 @@ public class Sdfdownloadtasks {
3014130134
* asynchronous operation. The metadata type of this operation is SdfDownloadTaskMetadata. If the
3014230135
* request is successful, the response type of the operation is SdfDownloadTask. The response will
3014330136
* not include the download files, which must be retrieved with media.download. The state of
30144-
* operation can be retrieved with sdfdownloadtask.operations.get. Any errors can be found in the
30137+
* operation can be retrieved with `sdfdownloadtasks.operations.get`. Any errors can be found in the
3014530138
* error.message. Note that error.details is expected to be empty.
3014630139
*
3014730140
* Create a request for the method "sdfdownloadtasks.create".
@@ -30167,8 +30160,8 @@ public class Create extends DisplayVideoRequest<com.google.api.services.displayv
3016730160
* asynchronous operation. The metadata type of this operation is SdfDownloadTaskMetadata. If the
3016830161
* request is successful, the response type of the operation is SdfDownloadTask. The response will
3016930162
* not include the download files, which must be retrieved with media.download. The state of
30170-
* operation can be retrieved with sdfdownloadtask.operations.get. Any errors can be found in the
30171-
* error.message. Note that error.details is expected to be empty.
30163+
* operation can be retrieved with `sdfdownloadtasks.operations.get`. Any errors can be found in
30164+
* the error.message. Note that error.details is expected to be empty.
3017230165
*
3017330166
* Create a request for the method "sdfdownloadtasks.create".
3017430167
*

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

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ public final class ConversionCountingConfig extends com.google.api.client.json.G
3434
/**
3535
* The Floodlight activity configs used to track conversions. The number of conversions counted is
3636
* the sum of all of the conversions counted by all of the Floodlight activity IDs specified in
37-
* this field. *Warning*: Starting **April 1, 2025**, this field will no longer be writable while
38-
* a custom bidding algorithm is assigned to the line item. If you set this field and assign a
39-
* custom bidding algorithm in the same request, the floodlight activities must match the ones
40-
* used by the custom bidding algorithm. [Read more about this announced change](/display-
41-
* video/api/deprecations#features.custom_bidding_floodlight).
37+
* this field. This field can't be updated if a custom bidding algorithm is assigned to the line
38+
* item. If you set this field and assign a custom bidding algorithm in the same request, the
39+
* floodlight activities must match the ones used by the custom bidding algorithm.
4240
* The value may be {@code null}.
4341
*/
4442
@com.google.api.client.util.Key
@@ -56,11 +54,9 @@ public final class ConversionCountingConfig extends com.google.api.client.json.G
5654
/**
5755
* The Floodlight activity configs used to track conversions. The number of conversions counted is
5856
* the sum of all of the conversions counted by all of the Floodlight activity IDs specified in
59-
* this field. *Warning*: Starting **April 1, 2025**, this field will no longer be writable while
60-
* a custom bidding algorithm is assigned to the line item. If you set this field and assign a
61-
* custom bidding algorithm in the same request, the floodlight activities must match the ones
62-
* used by the custom bidding algorithm. [Read more about this announced change](/display-
63-
* video/api/deprecations#features.custom_bidding_floodlight).
57+
* this field. This field can't be updated if a custom bidding algorithm is assigned to the line
58+
* item. If you set this field and assign a custom bidding algorithm in the same request, the
59+
* floodlight activities must match the ones used by the custom bidding algorithm.
6460
* @return value or {@code null} for none
6561
*/
6662
public java.util.List<TrackingFloodlightActivityConfig> getFloodlightActivityConfigs() {
@@ -70,11 +66,9 @@ public java.util.List<TrackingFloodlightActivityConfig> getFloodlightActivityCon
7066
/**
7167
* The Floodlight activity configs used to track conversions. The number of conversions counted is
7268
* the sum of all of the conversions counted by all of the Floodlight activity IDs specified in
73-
* this field. *Warning*: Starting **April 1, 2025**, this field will no longer be writable while
74-
* a custom bidding algorithm is assigned to the line item. If you set this field and assign a
75-
* custom bidding algorithm in the same request, the floodlight activities must match the ones
76-
* used by the custom bidding algorithm. [Read more about this announced change](/display-
77-
* video/api/deprecations#features.custom_bidding_floodlight).
69+
* this field. This field can't be updated if a custom bidding algorithm is assigned to the line
70+
* item. If you set this field and assign a custom bidding algorithm in the same request, the
71+
* floodlight activities must match the ones used by the custom bidding algorithm.
7872
* @param floodlightActivityConfigs floodlightActivityConfigs or {@code null} for none
7973
*/
8074
public ConversionCountingConfig setFloodlightActivityConfigs(java.util.List<TrackingFloodlightActivityConfig> floodlightActivityConfigs) {

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

Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,10 @@ public final class FirstAndThirdPartyAudience extends com.google.api.client.json
150150
private java.lang.Long gmailAudienceSize;
151151

152152
/**
153-
* The duration in days that an entry remains in the audience after the qualifying event. If the
154-
* audience has no expiration, set the value of this field to 10000. Otherwise, the set value must
155-
* be greater than 0 and less than or equal to 540. Only applicable to first party audiences. This
156-
* field is required if one of the following audience_type is used: *
157-
* `CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID` *Warning*: Starting on **April 7,
158-
* 2025**, audiences will no longer be able to have infinite membership duration. This field will
159-
* no longer accept the value 10000 and all audiences with membership durations greater than 540
160-
* days will be updated to a membership duration of 540 days. [Read more about this announced
161-
* change](/display-video/api/deprecations#features.audience_duration).
153+
* The duration in days that an entry remains in the audience after the qualifying event. The set
154+
* value must be greater than 0 and less than or equal to 540. Only applicable to first party
155+
* audiences. This field is required if one of the following audience_type is used: *
156+
* `CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID`
162157
* The value may be {@code null}.
163158
*/
164159
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -466,31 +461,21 @@ public FirstAndThirdPartyAudience setGmailAudienceSize(java.lang.Long gmailAudie
466461
}
467462

468463
/**
469-
* The duration in days that an entry remains in the audience after the qualifying event. If the
470-
* audience has no expiration, set the value of this field to 10000. Otherwise, the set value must
471-
* be greater than 0 and less than or equal to 540. Only applicable to first party audiences. This
472-
* field is required if one of the following audience_type is used: *
473-
* `CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID` *Warning*: Starting on **April 7,
474-
* 2025**, audiences will no longer be able to have infinite membership duration. This field will
475-
* no longer accept the value 10000 and all audiences with membership durations greater than 540
476-
* days will be updated to a membership duration of 540 days. [Read more about this announced
477-
* change](/display-video/api/deprecations#features.audience_duration).
464+
* The duration in days that an entry remains in the audience after the qualifying event. The set
465+
* value must be greater than 0 and less than or equal to 540. Only applicable to first party
466+
* audiences. This field is required if one of the following audience_type is used: *
467+
* `CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID`
478468
* @return value or {@code null} for none
479469
*/
480470
public java.lang.Long getMembershipDurationDays() {
481471
return membershipDurationDays;
482472
}
483473

484474
/**
485-
* The duration in days that an entry remains in the audience after the qualifying event. If the
486-
* audience has no expiration, set the value of this field to 10000. Otherwise, the set value must
487-
* be greater than 0 and less than or equal to 540. Only applicable to first party audiences. This
488-
* field is required if one of the following audience_type is used: *
489-
* `CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID` *Warning*: Starting on **April 7,
490-
* 2025**, audiences will no longer be able to have infinite membership duration. This field will
491-
* no longer accept the value 10000 and all audiences with membership durations greater than 540
492-
* days will be updated to a membership duration of 540 days. [Read more about this announced
493-
* change](/display-video/api/deprecations#features.audience_duration).
475+
* The duration in days that an entry remains in the audience after the qualifying event. The set
476+
* value must be greater than 0 and less than or equal to 540. Only applicable to first party
477+
* audiences. This field is required if one of the following audience_type is used: *
478+
* `CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID`
494479
* @param membershipDurationDays membershipDurationDays or {@code null} for none
495480
*/
496481
public FirstAndThirdPartyAudience setMembershipDurationDays(java.lang.Long membershipDurationDays) {

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

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,7 @@ public final class LineItem extends com.google.api.client.json.GenericJson {
5959
private java.lang.Long campaignId;
6060

6161
/**
62-
* The conversion tracking setting of the line item. *Warning*: Starting **April 1, 2025**, the
63-
* floodlight_activity_configs field will no longer be writable while a custom bidding algorithm
64-
* is assigned to the line item. If you set this field and assign a custom bidding algorithm in
65-
* the same request, the floodlight activities must match the ones used by the custom bidding
66-
* algorithm. [Read more about this announced change](/display-
67-
* video/api/deprecations#features.custom_bidding_floodlight).
62+
* The conversion tracking setting of the line item.
6863
* The value may be {@code null}.
6964
*/
7065
@com.google.api.client.util.Key
@@ -292,25 +287,15 @@ public LineItem setCampaignId(java.lang.Long campaignId) {
292287
}
293288

294289
/**
295-
* The conversion tracking setting of the line item. *Warning*: Starting **April 1, 2025**, the
296-
* floodlight_activity_configs field will no longer be writable while a custom bidding algorithm
297-
* is assigned to the line item. If you set this field and assign a custom bidding algorithm in
298-
* the same request, the floodlight activities must match the ones used by the custom bidding
299-
* algorithm. [Read more about this announced change](/display-
300-
* video/api/deprecations#features.custom_bidding_floodlight).
290+
* The conversion tracking setting of the line item.
301291
* @return value or {@code null} for none
302292
*/
303293
public ConversionCountingConfig getConversionCounting() {
304294
return conversionCounting;
305295
}
306296

307297
/**
308-
* The conversion tracking setting of the line item. *Warning*: Starting **April 1, 2025**, the
309-
* floodlight_activity_configs field will no longer be writable while a custom bidding algorithm
310-
* is assigned to the line item. If you set this field and assign a custom bidding algorithm in
311-
* the same request, the floodlight activities must match the ones used by the custom bidding
312-
* algorithm. [Read more about this announced change](/display-
313-
* video/api/deprecations#features.custom_bidding_floodlight).
298+
* The conversion tracking setting of the line item.
314299
* @param conversionCounting conversionCounting or {@code null} for none
315300
*/
316301
public LineItem setConversionCounting(ConversionCountingConfig conversionCounting) {

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

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,9 @@ public final class MaximizeSpendBidStrategy extends com.google.api.client.json.G
3333

3434
/**
3535
* The ID of the Custom Bidding Algorithm used by this strategy. Only applicable when
36-
* performance_goal_type is set to `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`.
37-
* *Warning*: Starting **April 1, 2025**, assigning a custom bidding algorithm that uses
38-
* floodlight activities not identified in floodlightActivityConfigs will return an error. [Read
39-
* more about this announced change](/display-
40-
* video/api/deprecations#features.custom_bidding_floodlight).
36+
* performance_goal_type is set to `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. Assigning
37+
* a custom bidding algorithm that uses floodlight activities not identified in
38+
* floodlightActivityConfigs will return an error.
4139
* The value may be {@code null}.
4240
*/
4341
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -70,11 +68,9 @@ public final class MaximizeSpendBidStrategy extends com.google.api.client.json.G
7068

7169
/**
7270
* The ID of the Custom Bidding Algorithm used by this strategy. Only applicable when
73-
* performance_goal_type is set to `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`.
74-
* *Warning*: Starting **April 1, 2025**, assigning a custom bidding algorithm that uses
75-
* floodlight activities not identified in floodlightActivityConfigs will return an error. [Read
76-
* more about this announced change](/display-
77-
* video/api/deprecations#features.custom_bidding_floodlight).
71+
* performance_goal_type is set to `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. Assigning
72+
* a custom bidding algorithm that uses floodlight activities not identified in
73+
* floodlightActivityConfigs will return an error.
7874
* @return value or {@code null} for none
7975
*/
8076
public java.lang.Long getCustomBiddingAlgorithmId() {
@@ -83,11 +79,9 @@ public java.lang.Long getCustomBiddingAlgorithmId() {
8379

8480
/**
8581
* The ID of the Custom Bidding Algorithm used by this strategy. Only applicable when
86-
* performance_goal_type is set to `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`.
87-
* *Warning*: Starting **April 1, 2025**, assigning a custom bidding algorithm that uses
88-
* floodlight activities not identified in floodlightActivityConfigs will return an error. [Read
89-
* more about this announced change](/display-
90-
* video/api/deprecations#features.custom_bidding_floodlight).
82+
* performance_goal_type is set to `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. Assigning
83+
* a custom bidding algorithm that uses floodlight activities not identified in
84+
* floodlightActivityConfigs will return an error.
9185
* @param customBiddingAlgorithmId customBiddingAlgorithmId or {@code null} for none
9286
*/
9387
public MaximizeSpendBidStrategy setCustomBiddingAlgorithmId(java.lang.Long customBiddingAlgorithmId) {

0 commit comments

Comments
 (0)