Skip to content

Commit dd2f713

Browse files
1 parent f6cd34e commit dd2f713

File tree

4 files changed

+60
-6
lines changed

4 files changed

+60
-6
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-rev20240618-2.0.0</version>
25+
<version>v3-rev20240627-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-rev20240618-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20240627-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: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ public final class IdFilter extends com.google.api.client.json.GenericJson {
4646
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
4747
private java.util.List<java.lang.Long> adGroupIds;
4848

49+
/**
50+
* Optional. YouTube Ad Groups QA to download by ID. All IDs must belong to the same Advertiser or
51+
* Partner specified in CreateSdfDownloadTaskRequest.
52+
* The value may be {@code null}.
53+
*/
54+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
55+
private java.util.List<java.lang.Long> adGroupQaIds;
56+
4957
/**
5058
* Campaigns to download by ID. All IDs must belong to the same Advertiser or Partner specified in
5159
* CreateSdfDownloadTaskRequest.
@@ -70,6 +78,14 @@ public final class IdFilter extends com.google.api.client.json.GenericJson {
7078
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
7179
private java.util.List<java.lang.Long> lineItemIds;
7280

81+
/**
82+
* Optional. Line Items QA to download by ID. All IDs must belong to the same Advertiser or
83+
* Partner specified in CreateSdfDownloadTaskRequest.
84+
* The value may be {@code null}.
85+
*/
86+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
87+
private java.util.List<java.lang.Long> lineItemQaIds;
88+
7389
/**
7490
* Media Products to download by ID. All IDs must belong to the same Advertiser or Partner
7591
* specified in CreateSdfDownloadTaskRequest.
@@ -116,6 +132,25 @@ public IdFilter setAdGroupIds(java.util.List<java.lang.Long> adGroupIds) {
116132
return this;
117133
}
118134

135+
/**
136+
* Optional. YouTube Ad Groups QA to download by ID. All IDs must belong to the same Advertiser or
137+
* Partner specified in CreateSdfDownloadTaskRequest.
138+
* @return value or {@code null} for none
139+
*/
140+
public java.util.List<java.lang.Long> getAdGroupQaIds() {
141+
return adGroupQaIds;
142+
}
143+
144+
/**
145+
* Optional. YouTube Ad Groups QA to download by ID. All IDs must belong to the same Advertiser or
146+
* Partner specified in CreateSdfDownloadTaskRequest.
147+
* @param adGroupQaIds adGroupQaIds or {@code null} for none
148+
*/
149+
public IdFilter setAdGroupQaIds(java.util.List<java.lang.Long> adGroupQaIds) {
150+
this.adGroupQaIds = adGroupQaIds;
151+
return this;
152+
}
153+
119154
/**
120155
* Campaigns to download by ID. All IDs must belong to the same Advertiser or Partner specified in
121156
* CreateSdfDownloadTaskRequest.
@@ -173,6 +208,25 @@ public IdFilter setLineItemIds(java.util.List<java.lang.Long> lineItemIds) {
173208
return this;
174209
}
175210

211+
/**
212+
* Optional. Line Items QA to download by ID. All IDs must belong to the same Advertiser or
213+
* Partner specified in CreateSdfDownloadTaskRequest.
214+
* @return value or {@code null} for none
215+
*/
216+
public java.util.List<java.lang.Long> getLineItemQaIds() {
217+
return lineItemQaIds;
218+
}
219+
220+
/**
221+
* Optional. Line Items QA to download by ID. All IDs must belong to the same Advertiser or
222+
* Partner specified in CreateSdfDownloadTaskRequest.
223+
* @param lineItemQaIds lineItemQaIds or {@code null} for none
224+
*/
225+
public IdFilter setLineItemQaIds(java.util.List<java.lang.Long> lineItemQaIds) {
226+
this.lineItemQaIds = lineItemQaIds;
227+
return this;
228+
}
229+
176230
/**
177231
* Media Products to download by ID. All IDs must belong to the same Advertiser or Partner
178232
* specified in CreateSdfDownloadTaskRequest.

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

0 commit comments

Comments
 (0)