Skip to content

Commit 04f7f96

Browse files
1 parent 6f85f30 commit 04f7f96

23 files changed

Lines changed: 2506 additions & 5668 deletions

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

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

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,13 @@ public final class BiddingStrategy extends com.google.api.client.json.GenericJso
3838
private FixedBidStrategy fixedBid;
3939

4040
/**
41-
* * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPA`, `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPC`,
42-
* and `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` only allow for
41+
* A strategy that automatically adjusts the bid to optimize to your performance goal while
42+
* spending the full budget. At insertion order level, the markup_type of line items cannot be set
43+
* to `PARTNER_REVENUE_MODEL_MARKUP_TYPE_CPM`. In addition, the performance_goal_type value
44+
* assigned to an insertion order determines the possible line_item_type values available for line
45+
* items under that insertion order: * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPA`,
46+
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPC`, and
47+
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` only allow for
4348
* `LINE_ITEM_TYPE_DISPLAY_DEFAULT` or `LINE_ITEM_TYPE_VIDEO_DEFAULT` line items. *
4449
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` and
4550
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN` only allow for `LINE_ITEM_TYPE_VIDEO_DEFAULT`
@@ -76,8 +81,13 @@ public BiddingStrategy setFixedBid(FixedBidStrategy fixedBid) {
7681
}
7782

7883
/**
79-
* * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPA`, `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPC`,
80-
* and `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` only allow for
84+
* A strategy that automatically adjusts the bid to optimize to your performance goal while
85+
* spending the full budget. At insertion order level, the markup_type of line items cannot be set
86+
* to `PARTNER_REVENUE_MODEL_MARKUP_TYPE_CPM`. In addition, the performance_goal_type value
87+
* assigned to an insertion order determines the possible line_item_type values available for line
88+
* items under that insertion order: * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPA`,
89+
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPC`, and
90+
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` only allow for
8191
* `LINE_ITEM_TYPE_DISPLAY_DEFAULT` or `LINE_ITEM_TYPE_VIDEO_DEFAULT` line items. *
8292
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` and
8393
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN` only allow for `LINE_ITEM_TYPE_VIDEO_DEFAULT`
@@ -90,8 +100,13 @@ public MaximizeSpendBidStrategy getMaximizeSpendAutoBid() {
90100
}
91101

92102
/**
93-
* * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPA`, `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPC`,
94-
* and `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` only allow for
103+
* A strategy that automatically adjusts the bid to optimize to your performance goal while
104+
* spending the full budget. At insertion order level, the markup_type of line items cannot be set
105+
* to `PARTNER_REVENUE_MODEL_MARKUP_TYPE_CPM`. In addition, the performance_goal_type value
106+
* assigned to an insertion order determines the possible line_item_type values available for line
107+
* items under that insertion order: * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPA`,
108+
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPC`, and
109+
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` only allow for
95110
* `LINE_ITEM_TYPE_DISPLAY_DEFAULT` or `LINE_ITEM_TYPE_VIDEO_DEFAULT` line items. *
96111
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` and
97112
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN` only allow for `LINE_ITEM_TYPE_VIDEO_DEFAULT`

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

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ public final class InsertionOrder extends com.google.api.client.json.GenericJson
3838
private java.lang.Long advertiserId;
3939

4040
/**
41-
* Optional. The bidding strategy of the insertion order. By default, fixed_bid is set.
41+
* Optional. The bidding strategy of the insertion order. By default, fixed_bid is set. If the
42+
* budget field automationType is set to `INSERTION_ORDER_AUTOMATION_TYPE_BUDGET` or
43+
* `INSERTION_ORDER_AUTOMATION_TYPE_BID_BUDGET`, the insertion order will impose this bidding
44+
* strategy on its line items. If an imposed bidding strategy is not compatible with a line item's
45+
* enableOptimizedTargeting setting, the optimized targeting setting will be updated.
4246
* The value may be {@code null}.
4347
*/
4448
@com.google.api.client.util.Key
@@ -178,15 +182,23 @@ public InsertionOrder setAdvertiserId(java.lang.Long advertiserId) {
178182
}
179183

180184
/**
181-
* Optional. The bidding strategy of the insertion order. By default, fixed_bid is set.
185+
* Optional. The bidding strategy of the insertion order. By default, fixed_bid is set. If the
186+
* budget field automationType is set to `INSERTION_ORDER_AUTOMATION_TYPE_BUDGET` or
187+
* `INSERTION_ORDER_AUTOMATION_TYPE_BID_BUDGET`, the insertion order will impose this bidding
188+
* strategy on its line items. If an imposed bidding strategy is not compatible with a line item's
189+
* enableOptimizedTargeting setting, the optimized targeting setting will be updated.
182190
* @return value or {@code null} for none
183191
*/
184192
public BiddingStrategy getBidStrategy() {
185193
return bidStrategy;
186194
}
187195

188196
/**
189-
* Optional. The bidding strategy of the insertion order. By default, fixed_bid is set.
197+
* Optional. The bidding strategy of the insertion order. By default, fixed_bid is set. If the
198+
* budget field automationType is set to `INSERTION_ORDER_AUTOMATION_TYPE_BUDGET` or
199+
* `INSERTION_ORDER_AUTOMATION_TYPE_BID_BUDGET`, the insertion order will impose this bidding
200+
* strategy on its line items. If an imposed bidding strategy is not compatible with a line item's
201+
* enableOptimizedTargeting setting, the optimized targeting setting will be updated.
190202
* @param bidStrategy bidStrategy or {@code null} for none
191203
*/
192204
public InsertionOrder setBidStrategy(BiddingStrategy bidStrategy) {

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

1515
<inceptionYear>2011</inceptionYear>

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

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

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,13 @@ public final class BiddingStrategy extends com.google.api.client.json.GenericJso
3838
private FixedBidStrategy fixedBid;
3939

4040
/**
41-
* * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPA`, `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPC`,
42-
* and `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` only allow for
41+
* A strategy that automatically adjusts the bid to optimize to your performance goal while
42+
* spending the full budget. At insertion order level, the markup_type of line items cannot be set
43+
* to `PARTNER_REVENUE_MODEL_MARKUP_TYPE_CPM`. In addition, the performance_goal_type value
44+
* assigned to an insertion order determines the possible line_item_type values available for line
45+
* items under that insertion order: * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPA`,
46+
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPC`, and
47+
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` only allow for
4348
* `LINE_ITEM_TYPE_DISPLAY_DEFAULT` or `LINE_ITEM_TYPE_VIDEO_DEFAULT` line items. *
4449
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` and
4550
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN` only allow for `LINE_ITEM_TYPE_VIDEO_DEFAULT`
@@ -84,8 +89,13 @@ public BiddingStrategy setFixedBid(FixedBidStrategy fixedBid) {
8489
}
8590

8691
/**
87-
* * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPA`, `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPC`,
88-
* and `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` only allow for
92+
* A strategy that automatically adjusts the bid to optimize to your performance goal while
93+
* spending the full budget. At insertion order level, the markup_type of line items cannot be set
94+
* to `PARTNER_REVENUE_MODEL_MARKUP_TYPE_CPM`. In addition, the performance_goal_type value
95+
* assigned to an insertion order determines the possible line_item_type values available for line
96+
* items under that insertion order: * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPA`,
97+
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPC`, and
98+
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` only allow for
8999
* `LINE_ITEM_TYPE_DISPLAY_DEFAULT` or `LINE_ITEM_TYPE_VIDEO_DEFAULT` line items. *
90100
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` and
91101
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN` only allow for `LINE_ITEM_TYPE_VIDEO_DEFAULT`
@@ -98,8 +108,13 @@ public MaximizeSpendBidStrategy getMaximizeSpendAutoBid() {
98108
}
99109

100110
/**
101-
* * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPA`, `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPC`,
102-
* and `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` only allow for
111+
* A strategy that automatically adjusts the bid to optimize to your performance goal while
112+
* spending the full budget. At insertion order level, the markup_type of line items cannot be set
113+
* to `PARTNER_REVENUE_MODEL_MARKUP_TYPE_CPM`. In addition, the performance_goal_type value
114+
* assigned to an insertion order determines the possible line_item_type values available for line
115+
* items under that insertion order: * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPA`,
116+
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPC`, and
117+
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` only allow for
103118
* `LINE_ITEM_TYPE_DISPLAY_DEFAULT` or `LINE_ITEM_TYPE_VIDEO_DEFAULT` line items. *
104119
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` and
105120
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN` only allow for `LINE_ITEM_TYPE_VIDEO_DEFAULT`

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

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ public final class InsertionOrder extends com.google.api.client.json.GenericJson
3838
private java.lang.Long advertiserId;
3939

4040
/**
41-
* Optional. The bidding strategy of the insertion order. By default, fixed_bid is set.
41+
* Optional. The bidding strategy of the insertion order. By default, fixed_bid is set. If the
42+
* budget field automationType is set to `INSERTION_ORDER_AUTOMATION_TYPE_BUDGET` or
43+
* `INSERTION_ORDER_AUTOMATION_TYPE_BID_BUDGET`, the insertion order will impose this bidding
44+
* strategy on its line items. If an imposed bidding strategy is not compatible with a line item's
45+
* enableOptimizedTargeting setting, the optimized targeting setting will be updated.
4246
* The value may be {@code null}.
4347
*/
4448
@com.google.api.client.util.Key
@@ -178,15 +182,23 @@ public InsertionOrder setAdvertiserId(java.lang.Long advertiserId) {
178182
}
179183

180184
/**
181-
* Optional. The bidding strategy of the insertion order. By default, fixed_bid is set.
185+
* Optional. The bidding strategy of the insertion order. By default, fixed_bid is set. If the
186+
* budget field automationType is set to `INSERTION_ORDER_AUTOMATION_TYPE_BUDGET` or
187+
* `INSERTION_ORDER_AUTOMATION_TYPE_BID_BUDGET`, the insertion order will impose this bidding
188+
* strategy on its line items. If an imposed bidding strategy is not compatible with a line item's
189+
* enableOptimizedTargeting setting, the optimized targeting setting will be updated.
182190
* @return value or {@code null} for none
183191
*/
184192
public BiddingStrategy getBidStrategy() {
185193
return bidStrategy;
186194
}
187195

188196
/**
189-
* Optional. The bidding strategy of the insertion order. By default, fixed_bid is set.
197+
* Optional. The bidding strategy of the insertion order. By default, fixed_bid is set. If the
198+
* budget field automationType is set to `INSERTION_ORDER_AUTOMATION_TYPE_BUDGET` or
199+
* `INSERTION_ORDER_AUTOMATION_TYPE_BID_BUDGET`, the insertion order will impose this bidding
200+
* strategy on its line items. If an imposed bidding strategy is not compatible with a line item's
201+
* enableOptimizedTargeting setting, the optimized targeting setting will be updated.
190202
* @param bidStrategy bidStrategy or {@code null} for none
191203
*/
192204
public InsertionOrder setBidStrategy(BiddingStrategy bidStrategy) {

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

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ public final class TargetingExpansionConfig extends com.google.api.client.json.G
5555
* maximize_auto_spend_bid: * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` *
5656
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN` *
5757
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` performance_goal_auto_bid: *
58-
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM`
58+
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM` This also applies if the line item
59+
* inherits one of the above bid strategies from the parent insertion order. Bid strategies set at
60+
* the insertion order-level will be inherited by their line items if the `InsertionOrder` budget
61+
* field automationType is set to `INSERTION_ORDER_AUTOMATION_TYPE_BUDGET` or
62+
* `INSERTION_ORDER_AUTOMATION_TYPE_BID_BUDGET`.
5963
* The value may be {@code null}.
6064
*/
6165
@com.google.api.client.util.Key
@@ -107,7 +111,11 @@ public TargetingExpansionConfig setAudienceExpansionSeedListExcluded(java.lang.B
107111
* maximize_auto_spend_bid: * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` *
108112
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN` *
109113
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` performance_goal_auto_bid: *
110-
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM`
114+
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM` This also applies if the line item
115+
* inherits one of the above bid strategies from the parent insertion order. Bid strategies set at
116+
* the insertion order-level will be inherited by their line items if the `InsertionOrder` budget
117+
* field automationType is set to `INSERTION_ORDER_AUTOMATION_TYPE_BUDGET` or
118+
* `INSERTION_ORDER_AUTOMATION_TYPE_BID_BUDGET`.
111119
* @return value or {@code null} for none
112120
*/
113121
public java.lang.Boolean getEnableOptimizedTargeting() {
@@ -122,7 +130,11 @@ public java.lang.Boolean getEnableOptimizedTargeting() {
122130
* maximize_auto_spend_bid: * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` *
123131
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN` *
124132
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` performance_goal_auto_bid: *
125-
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM`
133+
* `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM` This also applies if the line item
134+
* inherits one of the above bid strategies from the parent insertion order. Bid strategies set at
135+
* the insertion order-level will be inherited by their line items if the `InsertionOrder` budget
136+
* field automationType is set to `INSERTION_ORDER_AUTOMATION_TYPE_BUDGET` or
137+
* `INSERTION_ORDER_AUTOMATION_TYPE_BID_BUDGET`.
126138
* @param enableOptimizedTargeting enableOptimizedTargeting or {@code null} for none
127139
*/
128140
public TargetingExpansionConfig setEnableOptimizedTargeting(java.lang.Boolean enableOptimizedTargeting) {

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-rev20260212-2.0.0</version>
12-
<name>Display &amp; Video 360 API v3-rev20260212-2.0.0</name>
11+
<version>v3-rev20260224-2.0.0</version>
12+
<name>Display &amp; Video 360 API v3-rev20260224-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)