Skip to content

Commit 6a01905

Browse files
1 parent 5d800db commit 6a01905

22 files changed

Lines changed: 288 additions & 215 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-rev20260412-2.0.0</version>
25+
<version>v2-rev20260421-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-rev20260412-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20260421-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ public final class LineItem extends com.google.api.client.json.GenericJson {
8585
private java.util.List<java.lang.Long> creativeIds;
8686

8787
/**
88-
* Optional. Settings specific to Demand Gen line items.
88+
* Optional. Settings specific to Demand Gen line items. Only applicable to Demand Gen line items.
89+
* Retrieval and management of Demand Gen resources is currently in beta. This field is only
90+
* available to allowlisted users.
8991
* The value may be {@code null}.
9092
*/
9193
@com.google.api.client.util.Key
@@ -379,15 +381,19 @@ public LineItem setCreativeIds(java.util.List<java.lang.Long> creativeIds) {
379381
}
380382

381383
/**
382-
* Optional. Settings specific to Demand Gen line items.
384+
* Optional. Settings specific to Demand Gen line items. Only applicable to Demand Gen line items.
385+
* Retrieval and management of Demand Gen resources is currently in beta. This field is only
386+
* available to allowlisted users.
383387
* @return value or {@code null} for none
384388
*/
385389
public DemandGenSettings getDemandGenSettings() {
386390
return demandGenSettings;
387391
}
388392

389393
/**
390-
* Optional. Settings specific to Demand Gen line items.
394+
* Optional. Settings specific to Demand Gen line items. Only applicable to Demand Gen line items.
395+
* Retrieval and management of Demand Gen resources is currently in beta. This field is only
396+
* available to allowlisted users.
391397
* @param demandGenSettings demandGenSettings or {@code null} for none
392398
*/
393399
public LineItem setDemandGenSettings(DemandGenSettings demandGenSettings) {

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ public final class VideoAdInventoryControl extends com.google.api.client.json.Ge
4444
@com.google.api.client.util.Key
4545
private java.lang.Boolean allowInStream;
4646

47+
/**
48+
* Optional. Indicates whether ads can serve as non-skippable in-stream format.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.lang.Boolean allowNonSkippableInStream;
53+
4754
/**
4855
* Optional. Whether ads can serve as shorts format.
4956
* The value may be {@code null}.
@@ -85,6 +92,23 @@ public VideoAdInventoryControl setAllowInStream(java.lang.Boolean allowInStream)
8592
return this;
8693
}
8794

95+
/**
96+
* Optional. Indicates whether ads can serve as non-skippable in-stream format.
97+
* @return value or {@code null} for none
98+
*/
99+
public java.lang.Boolean getAllowNonSkippableInStream() {
100+
return allowNonSkippableInStream;
101+
}
102+
103+
/**
104+
* Optional. Indicates whether ads can serve as non-skippable in-stream format.
105+
* @param allowNonSkippableInStream allowNonSkippableInStream or {@code null} for none
106+
*/
107+
public VideoAdInventoryControl setAllowNonSkippableInStream(java.lang.Boolean allowNonSkippableInStream) {
108+
this.allowNonSkippableInStream = allowNonSkippableInStream;
109+
return this;
110+
}
111+
88112
/**
89113
* Optional. Whether ads can serve as shorts format.
90114
* @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: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,9 @@ 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` *
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` *
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` *
6261
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV` *
6362
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` *
6463
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPM` *
@@ -125,10 +124,9 @@ public YoutubeAndPartnersBiddingStrategy setType(java.lang.String type) {
125124
* The value used by the bidding strategy. When the bidding strategy is assigned at the line item
126125
* level, this field is only applicable for the following strategy types: *
127126
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` *
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` *
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` *
132130
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV` *
133131
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` *
134132
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPM` *
@@ -145,10 +143,9 @@ public java.lang.Long getValue() {
145143
* The value used by the bidding strategy. When the bidding strategy is assigned at the line item
146144
* level, this field is only applicable for the following strategy types: *
147145
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` *
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` *
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` *
152149
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV` *
153150
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` *
154151
* `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPM` *

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-rev20260412-2.0.0</version>
12-
<name>Display &amp; Video 360 API v2-rev20260412-2.0.0</name>
11+
<version>v2-rev20260421-2.0.0</version>
12+
<name>Display &amp; Video 360 API v2-rev20260421-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-rev20260412-2.0.0</version>
25+
<version>v2-rev20260421-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-rev20260412-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20260421-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-rev20260412-2.0.0</version>
25+
<version>v3-rev20260421-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-rev20260412-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20260421-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)