Skip to content

Commit 4b76e44

Browse files
1 parent 6d8f7db commit 4b76e44

File tree

12 files changed

+50
-68
lines changed

12 files changed

+50
-68
lines changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21896,22 +21896,22 @@ public List setOrderBy(java.lang.String orderBy) {
2189621896
}
2189721897

2189821898
/**
21899-
* Requested page size. Must be between `1` and `200`. If unspecified will default to `100`.
21900-
* Returns error code `INVALID_ARGUMENT` if an invalid value is specified.
21899+
* Requested page size. Must be between `1` and `5000`. If unspecified, this value defaults to
21900+
* `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified.
2190121901
*/
2190221902
@com.google.api.client.util.Key
2190321903
private java.lang.Integer pageSize;
2190421904

21905-
/** Requested page size. Must be between `1` and `200`. If unspecified will default to `100`. Returns
21906-
error code `INVALID_ARGUMENT` if an invalid value is specified.
21905+
/** Requested page size. Must be between `1` and `5000`. If unspecified, this value defaults to `100`.
21906+
Returns error code `INVALID_ARGUMENT` if an invalid value is specified.
2190721907
*/
2190821908
public java.lang.Integer getPageSize() {
2190921909
return pageSize;
2191021910
}
2191121911

2191221912
/**
21913-
* Requested page size. Must be between `1` and `200`. If unspecified will default to `100`.
21914-
* Returns error code `INVALID_ARGUMENT` if an invalid value is specified.
21913+
* Requested page size. Must be between `1` and `5000`. If unspecified, this value defaults to
21914+
* `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified.
2191521915
*/
2191621916
public List setPageSize(java.lang.Integer pageSize) {
2191721917
this.pageSize = pageSize;

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

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,8 @@ public final class InsertionOrder extends com.google.api.client.json.GenericJson
123123
private java.lang.String name;
124124

125125
/**
126-
* Required. The budget spending speed setting of the insertion order. *Warning*: Starting on
127-
* **November 5, 2024**, pacing_type `PACING_TYPE_ASAP` will no longer be compatible with
128-
* pacing_period `PACING_PERIOD_FLIGHT`. [Read more about this announced change](/display-
129-
* video/api/deprecations#features.io_asap).
126+
* Required. The budget spending speed setting of the insertion order. pacing_type
127+
* `PACING_TYPE_ASAP` is not compatible with pacing_period `PACING_PERIOD_FLIGHT`.
130128
* The value may be {@code null}.
131129
*/
132130
@com.google.api.client.util.Key
@@ -383,21 +381,17 @@ public InsertionOrder setName(java.lang.String name) {
383381
}
384382

385383
/**
386-
* Required. The budget spending speed setting of the insertion order. *Warning*: Starting on
387-
* **November 5, 2024**, pacing_type `PACING_TYPE_ASAP` will no longer be compatible with
388-
* pacing_period `PACING_PERIOD_FLIGHT`. [Read more about this announced change](/display-
389-
* video/api/deprecations#features.io_asap).
384+
* Required. The budget spending speed setting of the insertion order. pacing_type
385+
* `PACING_TYPE_ASAP` is not compatible with pacing_period `PACING_PERIOD_FLIGHT`.
390386
* @return value or {@code null} for none
391387
*/
392388
public Pacing getPacing() {
393389
return pacing;
394390
}
395391

396392
/**
397-
* Required. The budget spending speed setting of the insertion order. *Warning*: Starting on
398-
* **November 5, 2024**, pacing_type `PACING_TYPE_ASAP` will no longer be compatible with
399-
* pacing_period `PACING_PERIOD_FLIGHT`. [Read more about this announced change](/display-
400-
* video/api/deprecations#features.io_asap).
393+
* Required. The budget spending speed setting of the insertion order. pacing_type
394+
* `PACING_TYPE_ASAP` is not compatible with pacing_period `PACING_PERIOD_FLIGHT`.
401395
* @param pacing pacing or {@code null} for none
402396
*/
403397
public InsertionOrder setPacing(Pacing pacing) {

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ public final class Pacing extends com.google.api.client.json.GenericJson {
6363

6464
/**
6565
* Required. The type of pacing that defines how the budget amount will be spent across the
66-
* pacing_period. *Warning*: Starting on **November 5, 2024**, `PACING_TYPE_ASAP` will no longer
67-
* be compatible with pacing_period `PACING_PERIOD_FLIGHT` for insertion orders. [Read more about
68-
* this announced change](/display-video/api/deprecations#features.io_asap).
66+
* pacing_period. `PACING_TYPE_ASAP` is not compatible with pacing_period `PACING_PERIOD_FLIGHT`
67+
* for insertion orders.
6968
* The value may be {@code null}.
7069
*/
7170
@com.google.api.client.util.Key
@@ -144,9 +143,8 @@ public Pacing setPacingPeriod(java.lang.String pacingPeriod) {
144143

145144
/**
146145
* Required. The type of pacing that defines how the budget amount will be spent across the
147-
* pacing_period. *Warning*: Starting on **November 5, 2024**, `PACING_TYPE_ASAP` will no longer
148-
* be compatible with pacing_period `PACING_PERIOD_FLIGHT` for insertion orders. [Read more about
149-
* this announced change](/display-video/api/deprecations#features.io_asap).
146+
* pacing_period. `PACING_TYPE_ASAP` is not compatible with pacing_period `PACING_PERIOD_FLIGHT`
147+
* for insertion orders.
150148
* @return value or {@code null} for none
151149
*/
152150
public java.lang.String getPacingType() {
@@ -155,9 +153,8 @@ public java.lang.String getPacingType() {
155153

156154
/**
157155
* Required. The type of pacing that defines how the budget amount will be spent across the
158-
* pacing_period. *Warning*: Starting on **November 5, 2024**, `PACING_TYPE_ASAP` will no longer
159-
* be compatible with pacing_period `PACING_PERIOD_FLIGHT` for insertion orders. [Read more about
160-
* this announced change](/display-video/api/deprecations#features.io_asap).
156+
* pacing_period. `PACING_TYPE_ASAP` is not compatible with pacing_period `PACING_PERIOD_FLIGHT`
157+
* for insertion orders.
161158
* @param pacingType pacingType or {@code null} for none
162159
*/
163160
public Pacing setPacingType(java.lang.String pacingType) {

clients/google-api-services-displayvideo/v2/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-rev20241031-2.0.0</version>
12-
<name>Display &amp; Video 360 API v2-rev20241031-2.0.0</name>
11+
<version>v2-rev20241212-2.0.0</version>
12+
<name>Display &amp; Video 360 API v2-rev20241212-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Display &amp; Video 360 API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.0/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.45.2/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.0/</link>
9696
</links>

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-rev20241031-2.0.0</version>
25+
<version>v2-rev20241212-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-rev20241031-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20241212-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-rev20241031-2.0.0</version>
25+
<version>v3-rev20241212-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-rev20241031-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20241212-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21648,22 +21648,22 @@ public List setOrderBy(java.lang.String orderBy) {
2164821648
}
2164921649

2165021650
/**
21651-
* Requested page size. Must be between `1` and `200`. If unspecified will default to `100`.
21652-
* Returns error code `INVALID_ARGUMENT` if an invalid value is specified.
21651+
* Requested page size. Must be between `1` and `5000`. If unspecified, this value defaults to
21652+
* `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified.
2165321653
*/
2165421654
@com.google.api.client.util.Key
2165521655
private java.lang.Integer pageSize;
2165621656

21657-
/** Requested page size. Must be between `1` and `200`. If unspecified will default to `100`. Returns
21658-
error code `INVALID_ARGUMENT` if an invalid value is specified.
21657+
/** Requested page size. Must be between `1` and `5000`. If unspecified, this value defaults to `100`.
21658+
Returns error code `INVALID_ARGUMENT` if an invalid value is specified.
2165921659
*/
2166021660
public java.lang.Integer getPageSize() {
2166121661
return pageSize;
2166221662
}
2166321663

2166421664
/**
21665-
* Requested page size. Must be between `1` and `200`. If unspecified will default to `100`.
21666-
* Returns error code `INVALID_ARGUMENT` if an invalid value is specified.
21665+
* Requested page size. Must be between `1` and `5000`. If unspecified, this value defaults to
21666+
* `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified.
2166721667
*/
2166821668
public List setPageSize(java.lang.Integer pageSize) {
2166921669
this.pageSize = pageSize;

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

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,8 @@ public final class InsertionOrder extends com.google.api.client.json.GenericJson
132132
private java.lang.String optimizationObjective;
133133

134134
/**
135-
* Required. The budget spending speed setting of the insertion order. *Warning*: Starting on
136-
* **November 5, 2024**, pacing_type `PACING_TYPE_ASAP` will no longer be compatible with
137-
* pacing_period `PACING_PERIOD_FLIGHT`. [Read more about this announced change](/display-
138-
* video/api/deprecations#features.io_asap).
135+
* Required. The budget spending speed setting of the insertion order. pacing_type
136+
* `PACING_TYPE_ASAP` is not compatible with pacing_period `PACING_PERIOD_FLIGHT`.
139137
* The value may be {@code null}.
140138
*/
141139
@com.google.api.client.util.Key
@@ -406,21 +404,17 @@ public InsertionOrder setOptimizationObjective(java.lang.String optimizationObje
406404
}
407405

408406
/**
409-
* Required. The budget spending speed setting of the insertion order. *Warning*: Starting on
410-
* **November 5, 2024**, pacing_type `PACING_TYPE_ASAP` will no longer be compatible with
411-
* pacing_period `PACING_PERIOD_FLIGHT`. [Read more about this announced change](/display-
412-
* video/api/deprecations#features.io_asap).
407+
* Required. The budget spending speed setting of the insertion order. pacing_type
408+
* `PACING_TYPE_ASAP` is not compatible with pacing_period `PACING_PERIOD_FLIGHT`.
413409
* @return value or {@code null} for none
414410
*/
415411
public Pacing getPacing() {
416412
return pacing;
417413
}
418414

419415
/**
420-
* Required. The budget spending speed setting of the insertion order. *Warning*: Starting on
421-
* **November 5, 2024**, pacing_type `PACING_TYPE_ASAP` will no longer be compatible with
422-
* pacing_period `PACING_PERIOD_FLIGHT`. [Read more about this announced change](/display-
423-
* video/api/deprecations#features.io_asap).
416+
* Required. The budget spending speed setting of the insertion order. pacing_type
417+
* `PACING_TYPE_ASAP` is not compatible with pacing_period `PACING_PERIOD_FLIGHT`.
424418
* @param pacing pacing or {@code null} for none
425419
*/
426420
public InsertionOrder setPacing(Pacing pacing) {

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ public final class Pacing extends com.google.api.client.json.GenericJson {
6363

6464
/**
6565
* Required. The type of pacing that defines how the budget amount will be spent across the
66-
* pacing_period. *Warning*: Starting on **November 5, 2024**, `PACING_TYPE_ASAP` will no longer
67-
* be compatible with pacing_period `PACING_PERIOD_FLIGHT` for insertion orders. [Read more about
68-
* this announced change](/display-video/api/deprecations#features.io_asap).
66+
* pacing_period. `PACING_TYPE_ASAP` is not compatible with pacing_period `PACING_PERIOD_FLIGHT`
67+
* for insertion orders.
6968
* The value may be {@code null}.
7069
*/
7170
@com.google.api.client.util.Key
@@ -144,9 +143,8 @@ public Pacing setPacingPeriod(java.lang.String pacingPeriod) {
144143

145144
/**
146145
* Required. The type of pacing that defines how the budget amount will be spent across the
147-
* pacing_period. *Warning*: Starting on **November 5, 2024**, `PACING_TYPE_ASAP` will no longer
148-
* be compatible with pacing_period `PACING_PERIOD_FLIGHT` for insertion orders. [Read more about
149-
* this announced change](/display-video/api/deprecations#features.io_asap).
146+
* pacing_period. `PACING_TYPE_ASAP` is not compatible with pacing_period `PACING_PERIOD_FLIGHT`
147+
* for insertion orders.
150148
* @return value or {@code null} for none
151149
*/
152150
public java.lang.String getPacingType() {
@@ -155,9 +153,8 @@ public java.lang.String getPacingType() {
155153

156154
/**
157155
* Required. The type of pacing that defines how the budget amount will be spent across the
158-
* pacing_period. *Warning*: Starting on **November 5, 2024**, `PACING_TYPE_ASAP` will no longer
159-
* be compatible with pacing_period `PACING_PERIOD_FLIGHT` for insertion orders. [Read more about
160-
* this announced change](/display-video/api/deprecations#features.io_asap).
156+
* pacing_period. `PACING_TYPE_ASAP` is not compatible with pacing_period `PACING_PERIOD_FLIGHT`
157+
* for insertion orders.
161158
* @param pacingType pacingType or {@code null} for none
162159
*/
163160
public Pacing setPacingType(java.lang.String pacingType) {

0 commit comments

Comments
 (0)