Skip to content

Commit 4d56c0e

Browse files
1 parent b27dbc4 commit 4d56c0e

File tree

12 files changed

+428
-32
lines changed

12 files changed

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.displayvideo.v2.model;
1818

1919
/**
20-
* Details of Adloox settings.
20+
* Details of Adloox brand safety settings.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Display & Video 360 API. For a detailed explanation
@@ -31,22 +31,22 @@
3131
public final class Adloox extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Adloox's brand safety settings.
34+
* Adloox categories to exclude.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.util.List<java.lang.String> excludedAdlooxCategories;
3939

4040
/**
41-
* Adloox's brand safety settings.
41+
* Adloox categories to exclude.
4242
* @return value or {@code null} for none
4343
*/
4444
public java.util.List<java.lang.String> getExcludedAdlooxCategories() {
4545
return excludedAdlooxCategories;
4646
}
4747

4848
/**
49-
* Adloox's brand safety settings.
49+
* Adloox categories to exclude.
5050
* @param excludedAdlooxCategories excludedAdlooxCategories or {@code null} for none
5151
*/
5252
public Adloox setExcludedAdlooxCategories(java.util.List<java.lang.String> excludedAdlooxCategories) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class Advertiser extends com.google.api.client.json.GenericJson {
4545
private java.lang.Long advertiserId;
4646

4747
/**
48-
* Optional. Required. Billing related settings of the advertiser.
48+
* Required. Billing related settings of the advertiser.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
@@ -174,15 +174,15 @@ public Advertiser setAdvertiserId(java.lang.Long advertiserId) {
174174
}
175175

176176
/**
177-
* Optional. Required. Billing related settings of the advertiser.
177+
* Required. Billing related settings of the advertiser.
178178
* @return value or {@code null} for none
179179
*/
180180
public AdvertiserBillingConfig getBillingConfig() {
181181
return billingConfig;
182182
}
183183

184184
/**
185-
* Optional. Required. Billing related settings of the advertiser.
185+
* Required. Billing related settings of the advertiser.
186186
* @param billingConfig billingConfig or {@code null} for none
187187
*/
188188
public Advertiser setBillingConfig(AdvertiserBillingConfig billingConfig) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
public final class AdvertiserBillingConfig extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Optional. The ID of a billing profile assigned to the advertiser.
34+
* Required. The ID of a billing profile assigned to the advertiser.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
3838
private java.lang.Long billingProfileId;
3939

4040
/**
41-
* Optional. The ID of a billing profile assigned to the advertiser.
41+
* Required. The ID of a billing profile assigned to the advertiser.
4242
* @return value or {@code null} for none
4343
*/
4444
public java.lang.Long getBillingProfileId() {
4545
return billingProfileId;
4646
}
4747

4848
/**
49-
* Optional. The ID of a billing profile assigned to the advertiser.
49+
* Required. The ID of a billing profile assigned to the advertiser.
5050
* @param billingProfileId billingProfileId or {@code null} for none
5151
*/
5252
public AdvertiserBillingConfig setBillingProfileId(java.lang.Long billingProfileId) {

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

0 commit comments

Comments
 (0)