Skip to content

Commit b9df167

Browse files
1 parent 4dd9f75 commit b9df167

File tree

20 files changed

+147
-123
lines changed

20 files changed

+147
-123
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-rev20250424-2.0.0</version>
25+
<version>v2-rev20250501-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-rev20250424-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20250501-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: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -956,27 +956,27 @@ public List setFilter(java.lang.String filter) {
956956
}
957957

958958
/**
959-
* Field by which to sort the list. Acceptable values are: * `displayName` (default) *
960-
* `entityStatus` * `updateTime` The default sorting order is ascending. To specify descending
961-
* order for a field, a suffix "desc" should be added to the field name. For example,
962-
* `displayName desc`.
959+
* Field by which to sort the list. Acceptable values are: * `advertiserId` (default) *
960+
* `displayName` * `entityStatus` * `updateTime` The default sorting order is ascending. To
961+
* specify descending order for a field, a suffix "desc" should be added to the field name.
962+
* For example, `displayName desc`.
963963
*/
964964
@com.google.api.client.util.Key
965965
private java.lang.String orderBy;
966966

967-
/** Field by which to sort the list. Acceptable values are: * `displayName` (default) * `entityStatus`
968-
* `updateTime` The default sorting order is ascending. To specify descending order for a field, a
969-
suffix "desc" should be added to the field name. For example, `displayName desc`.
967+
/** Field by which to sort the list. Acceptable values are: * `advertiserId` (default) * `displayName`
968+
* `entityStatus` * `updateTime` The default sorting order is ascending. To specify descending order
969+
for a field, a suffix "desc" should be added to the field name. For example, `displayName desc`.
970970
*/
971971
public java.lang.String getOrderBy() {
972972
return orderBy;
973973
}
974974

975975
/**
976-
* Field by which to sort the list. Acceptable values are: * `displayName` (default) *
977-
* `entityStatus` * `updateTime` The default sorting order is ascending. To specify descending
978-
* order for a field, a suffix "desc" should be added to the field name. For example,
979-
* `displayName desc`.
976+
* Field by which to sort the list. Acceptable values are: * `advertiserId` (default) *
977+
* `displayName` * `entityStatus` * `updateTime` The default sorting order is ascending. To
978+
* specify descending order for a field, a suffix "desc" should be added to the field name.
979+
* For example, `displayName desc`.
980980
*/
981981
public List setOrderBy(java.lang.String orderBy) {
982982
this.orderBy = orderBy;
@@ -14139,7 +14139,7 @@ public Delete set(String parameterName, Object value) {
1413914139
* `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` *
1414014140
* `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` *
1414114141
* `TARGETING_TYPE_YOUTUBE_VIDEO` * `TARGETING_TYPE_YOUTUBE_CHANNEL` *
14142-
* `TARGETING_TYPE_KEYWORD`
14142+
* `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1414314143
* @param assignedTargetingOptionId Required. An identifier unique to the targeting type in this advertiser that identifies the assigned
1414414144
* targeting option being requested.
1414514145
* @return the request
@@ -14178,7 +14178,7 @@ public class Get extends DisplayVideoRequest<com.google.api.services.displayvide
1417814178
* `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` *
1417914179
* `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` *
1418014180
* `TARGETING_TYPE_YOUTUBE_VIDEO` * `TARGETING_TYPE_YOUTUBE_CHANNEL` *
14181-
* `TARGETING_TYPE_KEYWORD`
14181+
* `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1418214182
* @param assignedTargetingOptionId Required. An identifier unique to the targeting type in this advertiser that identifies the assigned
1418314183
* targeting option being requested.
1418414184
* @since 1.13
@@ -14286,15 +14286,16 @@ public Get setAdvertiserId(java.lang.Long advertiserId) {
1428614286
* types: * `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` *
1428714287
* `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` *
1428814288
* `TARGETING_TYPE_YOUTUBE_VIDEO` * `TARGETING_TYPE_YOUTUBE_CHANNEL` *
14289-
* `TARGETING_TYPE_KEYWORD`
14289+
* `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1429014290
*/
1429114291
@com.google.api.client.util.Key
1429214292
private java.lang.String targetingType;
1429314293

1429414294
/** Required. Identifies the type of this assigned targeting option. Supported targeting types: *
1429514295
`TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID`
1429614296
* `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
14297-
`TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD`
14297+
`TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD` *
14298+
`TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1429814299
*/
1429914300
public java.lang.String getTargetingType() {
1430014301
return targetingType;
@@ -14305,7 +14306,7 @@ public java.lang.String getTargetingType() {
1430514306
* types: * `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` *
1430614307
* `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` *
1430714308
* `TARGETING_TYPE_YOUTUBE_VIDEO` * `TARGETING_TYPE_YOUTUBE_CHANNEL` *
14308-
* `TARGETING_TYPE_KEYWORD`
14309+
* `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1430914310
*/
1431014311
public Get setTargetingType(java.lang.String targetingType) {
1431114312
if (!getSuppressPatternChecks()) {
@@ -14363,7 +14364,7 @@ public Get set(String parameterName, Object value) {
1436314364
* `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` *
1436414365
* `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` *
1436514366
* `TARGETING_TYPE_YOUTUBE_VIDEO` * `TARGETING_TYPE_YOUTUBE_CHANNEL` *
14366-
* `TARGETING_TYPE_KEYWORD`
14367+
* `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1436714368
* @return the request
1436814369
*/
1436914370
public List list(java.lang.Long advertiserId, java.lang.String targetingType) throws java.io.IOException {
@@ -14397,7 +14398,7 @@ public class List extends DisplayVideoRequest<com.google.api.services.displayvid
1439714398
* `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` *
1439814399
* `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` *
1439914400
* `TARGETING_TYPE_YOUTUBE_VIDEO` * `TARGETING_TYPE_YOUTUBE_CHANNEL` *
14400-
* `TARGETING_TYPE_KEYWORD`
14401+
* `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1440114402
* @since 1.13
1440214403
*/
1440314404
protected List(java.lang.Long advertiserId, java.lang.String targetingType) {
@@ -14497,15 +14498,17 @@ public List setAdvertiserId(java.lang.Long advertiserId) {
1449714498
* targeting types: * `TARGETING_TYPE_CHANNEL` *
1449814499
* `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` *
1449914500
* `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
14500-
* `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD`
14501+
* `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD` *
14502+
* `TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1450114503
*/
1450214504
@com.google.api.client.util.Key
1450314505
private java.lang.String targetingType;
1450414506

1450514507
/** Required. Identifies the type of assigned targeting options to list. Supported targeting types: *
1450614508
`TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID`
1450714509
* `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
14508-
`TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD`
14510+
`TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD` *
14511+
`TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1450914512
*/
1451014513
public java.lang.String getTargetingType() {
1451114514
return targetingType;
@@ -14516,7 +14519,8 @@ public java.lang.String getTargetingType() {
1451614519
* targeting types: * `TARGETING_TYPE_CHANNEL` *
1451714520
* `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` *
1451814521
* `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
14519-
* `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD`
14522+
* `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD` *
14523+
* `TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1452014524
*/
1452114525
public List setTargetingType(java.lang.String targetingType) {
1452214526
if (!getSuppressPatternChecks()) {

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-rev20250424-2.0.0</version>
12-
<name>Display &amp; Video 360 API v2-rev20250424-2.0.0</name>
11+
<version>v2-rev20250501-2.0.0</version>
12+
<name>Display &amp; Video 360 API v2-rev20250501-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-rev20250424-2.0.0</version>
25+
<version>v2-rev20250501-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-rev20250424-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20250501-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-rev20250424-2.0.0</version>
25+
<version>v3-rev20250501-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-rev20250424-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20250501-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: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -956,27 +956,27 @@ public List setFilter(java.lang.String filter) {
956956
}
957957

958958
/**
959-
* Field by which to sort the list. Acceptable values are: * `displayName` (default) *
960-
* `entityStatus` * `updateTime` The default sorting order is ascending. To specify descending
961-
* order for a field, a suffix "desc" should be added to the field name. For example,
962-
* `displayName desc`.
959+
* Field by which to sort the list. Acceptable values are: * `advertiserId` (default) *
960+
* `displayName` * `entityStatus` * `updateTime` The default sorting order is ascending. To
961+
* specify descending order for a field, a suffix "desc" should be added to the field name.
962+
* For example, `displayName desc`.
963963
*/
964964
@com.google.api.client.util.Key
965965
private java.lang.String orderBy;
966966

967-
/** Field by which to sort the list. Acceptable values are: * `displayName` (default) * `entityStatus`
968-
* `updateTime` The default sorting order is ascending. To specify descending order for a field, a
969-
suffix "desc" should be added to the field name. For example, `displayName desc`.
967+
/** Field by which to sort the list. Acceptable values are: * `advertiserId` (default) * `displayName`
968+
* `entityStatus` * `updateTime` The default sorting order is ascending. To specify descending order
969+
for a field, a suffix "desc" should be added to the field name. For example, `displayName desc`.
970970
*/
971971
public java.lang.String getOrderBy() {
972972
return orderBy;
973973
}
974974

975975
/**
976-
* Field by which to sort the list. Acceptable values are: * `displayName` (default) *
977-
* `entityStatus` * `updateTime` The default sorting order is ascending. To specify descending
978-
* order for a field, a suffix "desc" should be added to the field name. For example,
979-
* `displayName desc`.
976+
* Field by which to sort the list. Acceptable values are: * `advertiserId` (default) *
977+
* `displayName` * `entityStatus` * `updateTime` The default sorting order is ascending. To
978+
* specify descending order for a field, a suffix "desc" should be added to the field name.
979+
* For example, `displayName desc`.
980980
*/
981981
public List setOrderBy(java.lang.String orderBy) {
982982
this.orderBy = orderBy;
@@ -17431,7 +17431,7 @@ public Delete set(String parameterName, Object value) {
1743117431
* `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` *
1743217432
* `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` *
1743317433
* `TARGETING_TYPE_YOUTUBE_VIDEO` * `TARGETING_TYPE_YOUTUBE_CHANNEL` *
17434-
* `TARGETING_TYPE_KEYWORD`
17434+
* `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1743517435
* @param assignedTargetingOptionId Required. An identifier unique to the targeting type in this advertiser that identifies the assigned
1743617436
* targeting option being requested.
1743717437
* @return the request
@@ -17470,7 +17470,7 @@ public class Get extends DisplayVideoRequest<com.google.api.services.displayvide
1747017470
* `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` *
1747117471
* `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` *
1747217472
* `TARGETING_TYPE_YOUTUBE_VIDEO` * `TARGETING_TYPE_YOUTUBE_CHANNEL` *
17473-
* `TARGETING_TYPE_KEYWORD`
17473+
* `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1747417474
* @param assignedTargetingOptionId Required. An identifier unique to the targeting type in this advertiser that identifies the assigned
1747517475
* targeting option being requested.
1747617476
* @since 1.13
@@ -17578,15 +17578,16 @@ public Get setAdvertiserId(java.lang.Long advertiserId) {
1757817578
* types: * `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` *
1757917579
* `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` *
1758017580
* `TARGETING_TYPE_YOUTUBE_VIDEO` * `TARGETING_TYPE_YOUTUBE_CHANNEL` *
17581-
* `TARGETING_TYPE_KEYWORD`
17581+
* `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1758217582
*/
1758317583
@com.google.api.client.util.Key
1758417584
private java.lang.String targetingType;
1758517585

1758617586
/** Required. Identifies the type of this assigned targeting option. Supported targeting types: *
1758717587
`TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID`
1758817588
* `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
17589-
`TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD`
17589+
`TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD` *
17590+
`TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1759017591
*/
1759117592
public java.lang.String getTargetingType() {
1759217593
return targetingType;
@@ -17597,7 +17598,7 @@ public java.lang.String getTargetingType() {
1759717598
* types: * `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` *
1759817599
* `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` *
1759917600
* `TARGETING_TYPE_YOUTUBE_VIDEO` * `TARGETING_TYPE_YOUTUBE_CHANNEL` *
17600-
* `TARGETING_TYPE_KEYWORD`
17601+
* `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1760117602
*/
1760217603
public Get setTargetingType(java.lang.String targetingType) {
1760317604
if (!getSuppressPatternChecks()) {
@@ -17655,7 +17656,7 @@ public Get set(String parameterName, Object value) {
1765517656
* `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` *
1765617657
* `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` *
1765717658
* `TARGETING_TYPE_YOUTUBE_VIDEO` * `TARGETING_TYPE_YOUTUBE_CHANNEL` *
17658-
* `TARGETING_TYPE_KEYWORD`
17659+
* `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1765917660
* @return the request
1766017661
*/
1766117662
public List list(java.lang.Long advertiserId, java.lang.String targetingType) throws java.io.IOException {
@@ -17689,7 +17690,7 @@ public class List extends DisplayVideoRequest<com.google.api.services.displayvid
1768917690
* `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` *
1769017691
* `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` *
1769117692
* `TARGETING_TYPE_YOUTUBE_VIDEO` * `TARGETING_TYPE_YOUTUBE_CHANNEL` *
17692-
* `TARGETING_TYPE_KEYWORD`
17693+
* `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1769317694
* @since 1.13
1769417695
*/
1769517696
protected List(java.lang.Long advertiserId, java.lang.String targetingType) {
@@ -17789,15 +17790,17 @@ public List setAdvertiserId(java.lang.Long advertiserId) {
1778917790
* targeting types: * `TARGETING_TYPE_CHANNEL` *
1779017791
* `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` *
1779117792
* `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
17792-
* `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD`
17793+
* `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD` *
17794+
* `TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1779317795
*/
1779417796
@com.google.api.client.util.Key
1779517797
private java.lang.String targetingType;
1779617798

1779717799
/** Required. Identifies the type of assigned targeting options to list. Supported targeting types: *
1779817800
`TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID`
1779917801
* `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
17800-
`TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD`
17802+
`TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD` *
17803+
`TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1780117804
*/
1780217805
public java.lang.String getTargetingType() {
1780317806
return targetingType;
@@ -17808,7 +17811,8 @@ public java.lang.String getTargetingType() {
1780817811
* targeting types: * `TARGETING_TYPE_CHANNEL` *
1780917812
* `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` *
1781017813
* `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
17811-
* `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD`
17814+
* `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD` *
17815+
* `TARGETING_TYPE_CONTENT_THEME_EXCLUSION`
1781217816
*/
1781317817
public List setTargetingType(java.lang.String targetingType) {
1781417818
if (!getSuppressPatternChecks()) {

0 commit comments

Comments
 (0)