Skip to content

Commit 04f26be

Browse files
1 parent 0f89f09 commit 04f26be

File tree

5 files changed

+21
-30
lines changed

5 files changed

+21
-30
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-rev20240627-2.0.0</version>
25+
<version>v3-rev20240717-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-rev20240627-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20240717-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public final class IdFilter extends com.google.api.client.json.GenericJson {
4747
private java.util.List<java.lang.Long> adGroupIds;
4848

4949
/**
50-
* Optional. YouTube Ad Groups QA to download by ID. All IDs must belong to the same Advertiser or
51-
* Partner specified in CreateSdfDownloadTaskRequest.
50+
* Optional. YouTube Ad Groups, by ID, to download in QA format. All IDs must belong to the same
51+
* Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
5252
* The value may be {@code null}.
5353
*/
5454
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -79,8 +79,8 @@ public final class IdFilter extends com.google.api.client.json.GenericJson {
7979
private java.util.List<java.lang.Long> lineItemIds;
8080

8181
/**
82-
* Optional. Line Items QA to download by ID. All IDs must belong to the same Advertiser or
83-
* Partner specified in CreateSdfDownloadTaskRequest.
82+
* Optional. Line Items, by ID, to download in QA format. All IDs must belong to the same
83+
* Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
8484
* The value may be {@code null}.
8585
*/
8686
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -133,17 +133,17 @@ public IdFilter setAdGroupIds(java.util.List<java.lang.Long> adGroupIds) {
133133
}
134134

135135
/**
136-
* Optional. YouTube Ad Groups QA to download by ID. All IDs must belong to the same Advertiser or
137-
* Partner specified in CreateSdfDownloadTaskRequest.
136+
* Optional. YouTube Ad Groups, by ID, to download in QA format. All IDs must belong to the same
137+
* Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
138138
* @return value or {@code null} for none
139139
*/
140140
public java.util.List<java.lang.Long> getAdGroupQaIds() {
141141
return adGroupQaIds;
142142
}
143143

144144
/**
145-
* Optional. YouTube Ad Groups QA to download by ID. All IDs must belong to the same Advertiser or
146-
* Partner specified in CreateSdfDownloadTaskRequest.
145+
* Optional. YouTube Ad Groups, by ID, to download in QA format. All IDs must belong to the same
146+
* Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
147147
* @param adGroupQaIds adGroupQaIds or {@code null} for none
148148
*/
149149
public IdFilter setAdGroupQaIds(java.util.List<java.lang.Long> adGroupQaIds) {
@@ -209,17 +209,17 @@ public IdFilter setLineItemIds(java.util.List<java.lang.Long> lineItemIds) {
209209
}
210210

211211
/**
212-
* Optional. Line Items QA to download by ID. All IDs must belong to the same Advertiser or
213-
* Partner specified in CreateSdfDownloadTaskRequest.
212+
* Optional. Line Items, by ID, to download in QA format. All IDs must belong to the same
213+
* Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
214214
* @return value or {@code null} for none
215215
*/
216216
public java.util.List<java.lang.Long> getLineItemQaIds() {
217217
return lineItemQaIds;
218218
}
219219

220220
/**
221-
* Optional. Line Items QA to download by ID. All IDs must belong to the same Advertiser or
222-
* Partner specified in CreateSdfDownloadTaskRequest.
221+
* Optional. Line Items, by ID, to download in QA format. All IDs must belong to the same
222+
* Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
223223
* @param lineItemQaIds lineItemQaIds or {@code null} for none
224224
*/
225225
public IdFilter setLineItemQaIds(java.util.List<java.lang.Long> lineItemQaIds) {

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

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ public final class ReviewStatusInfo extends com.google.api.client.json.GenericJs
6666
}
6767

6868
/**
69-
* Publisher review statuses for the creative. **Warning:** This field will be deprecated on June
70-
* 26th, 2024. After this date, this field will be empty. Read our [feature deprecation
71-
* announcement](/display-video/api/deprecations#features.creative_publisher_review_statuses) for
72-
* more information.
69+
* Publisher review statuses for the creative.
7370
* The value may be {@code null}.
7471
*/
7572
@com.google.api.client.util.Key
@@ -152,21 +149,15 @@ public ReviewStatusInfo setExchangeReviewStatuses(java.util.List<ExchangeReviewS
152149
}
153150

154151
/**
155-
* Publisher review statuses for the creative. **Warning:** This field will be deprecated on June
156-
* 26th, 2024. After this date, this field will be empty. Read our [feature deprecation
157-
* announcement](/display-video/api/deprecations#features.creative_publisher_review_statuses) for
158-
* more information.
152+
* Publisher review statuses for the creative.
159153
* @return value or {@code null} for none
160154
*/
161155
public java.util.List<PublisherReviewStatus> getPublisherReviewStatuses() {
162156
return publisherReviewStatuses;
163157
}
164158

165159
/**
166-
* Publisher review statuses for the creative. **Warning:** This field will be deprecated on June
167-
* 26th, 2024. After this date, this field will be empty. Read our [feature deprecation
168-
* announcement](/display-video/api/deprecations#features.creative_publisher_review_statuses) for
169-
* more information.
160+
* Publisher review statuses for the creative.
170161
* @param publisherReviewStatuses publisherReviewStatuses or {@code null} for none
171162
*/
172163
public ReviewStatusInfo setPublisherReviewStatuses(java.util.List<PublisherReviewStatus> publisherReviewStatuses) {

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

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)