Skip to content

Commit aac2f6a

Browse files
1 parent 3d4b77d commit aac2f6a

File tree

12 files changed

+99
-18
lines changed

12 files changed

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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131
@SuppressWarnings("javadoc")
3232
public final class TargetingExpansionConfig extends com.google.api.client.json.GenericJson {
3333

34+
/**
35+
* Optional. Whether to exclude demographic expansion for Optimized Targeting. This field only
36+
* applies to Demand Gen ad groups.
37+
* The value may be {@code null}.
38+
*/
39+
@com.google.api.client.util.Key
40+
private java.lang.Boolean excludeDemographicExpansion;
41+
3442
/**
3543
* Whether to exclude first-party audiences from use in targeting expansion. This field was
3644
* deprecated with the launch of [optimized
@@ -54,6 +62,25 @@ public final class TargetingExpansionConfig extends com.google.api.client.json.G
5462
@com.google.api.client.util.Key
5563
private java.lang.String targetingExpansionLevel;
5664

65+
/**
66+
* Optional. Whether to exclude demographic expansion for Optimized Targeting. This field only
67+
* applies to Demand Gen ad groups.
68+
* @return value or {@code null} for none
69+
*/
70+
public java.lang.Boolean getExcludeDemographicExpansion() {
71+
return excludeDemographicExpansion;
72+
}
73+
74+
/**
75+
* Optional. Whether to exclude demographic expansion for Optimized Targeting. This field only
76+
* applies to Demand Gen ad groups.
77+
* @param excludeDemographicExpansion excludeDemographicExpansion or {@code null} for none
78+
*/
79+
public TargetingExpansionConfig setExcludeDemographicExpansion(java.lang.Boolean excludeDemographicExpansion) {
80+
this.excludeDemographicExpansion = excludeDemographicExpansion;
81+
return this;
82+
}
83+
5784
/**
5885
* Whether to exclude first-party audiences from use in targeting expansion. This field was
5986
* deprecated with the launch of [optimized

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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ public final class TargetingExpansionConfig extends com.google.api.client.json.G
6565
@com.google.api.client.util.Key
6666
private java.lang.Boolean enableOptimizedTargeting;
6767

68+
/**
69+
* Optional. Whether to exclude demographic expansion for Optimized Targeting. This field only
70+
* applies to Demand Gen ad groups.
71+
* The value may be {@code null}.
72+
*/
73+
@com.google.api.client.util.Key
74+
private java.lang.Boolean excludeDemographicExpansion;
75+
6876
/**
6977
* Output only. Magnitude of expansion for eligible first-party user lists under this ad group.
7078
* This field only applies to YouTube and Partners line item and ad group resources.
@@ -142,6 +150,25 @@ public TargetingExpansionConfig setEnableOptimizedTargeting(java.lang.Boolean en
142150
return this;
143151
}
144152

153+
/**
154+
* Optional. Whether to exclude demographic expansion for Optimized Targeting. This field only
155+
* applies to Demand Gen ad groups.
156+
* @return value or {@code null} for none
157+
*/
158+
public java.lang.Boolean getExcludeDemographicExpansion() {
159+
return excludeDemographicExpansion;
160+
}
161+
162+
/**
163+
* Optional. Whether to exclude demographic expansion for Optimized Targeting. This field only
164+
* applies to Demand Gen ad groups.
165+
* @param excludeDemographicExpansion excludeDemographicExpansion or {@code null} for none
166+
*/
167+
public TargetingExpansionConfig setExcludeDemographicExpansion(java.lang.Boolean excludeDemographicExpansion) {
168+
this.excludeDemographicExpansion = excludeDemographicExpansion;
169+
return this;
170+
}
171+
145172
@Override
146173
public TargetingExpansionConfig set(String fieldName, Object value) {
147174
return (TargetingExpansionConfig) super.set(fieldName, value);

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

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

clients/google-api-services-displayvideo/v4/2.0.0/com/google/api/services/displayvideo/v4/model/TargetingExpansionConfig.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ public final class TargetingExpansionConfig extends com.google.api.client.json.G
6565
@com.google.api.client.util.Key
6666
private java.lang.Boolean enableOptimizedTargeting;
6767

68+
/**
69+
* Optional. Whether to exclude demographic expansion for Optimized Targeting. This field only
70+
* applies to Demand Gen ad groups.
71+
* The value may be {@code null}.
72+
*/
73+
@com.google.api.client.util.Key
74+
private java.lang.Boolean excludeDemographicExpansion;
75+
6876
/**
6977
* Output only. Magnitude of expansion for eligible first-party user lists under this ad group.
7078
* This field only applies to YouTube and Partners line item and ad group resources.
@@ -142,6 +150,25 @@ public TargetingExpansionConfig setEnableOptimizedTargeting(java.lang.Boolean en
142150
return this;
143151
}
144152

153+
/**
154+
* Optional. Whether to exclude demographic expansion for Optimized Targeting. This field only
155+
* applies to Demand Gen ad groups.
156+
* @return value or {@code null} for none
157+
*/
158+
public java.lang.Boolean getExcludeDemographicExpansion() {
159+
return excludeDemographicExpansion;
160+
}
161+
162+
/**
163+
* Optional. Whether to exclude demographic expansion for Optimized Targeting. This field only
164+
* applies to Demand Gen ad groups.
165+
* @param excludeDemographicExpansion excludeDemographicExpansion or {@code null} for none
166+
*/
167+
public TargetingExpansionConfig setExcludeDemographicExpansion(java.lang.Boolean excludeDemographicExpansion) {
168+
this.excludeDemographicExpansion = excludeDemographicExpansion;
169+
return this;
170+
}
171+
145172
@Override
146173
public TargetingExpansionConfig set(String fieldName, Object value) {
147174
return (TargetingExpansionConfig) super.set(fieldName, value);

0 commit comments

Comments
 (0)