Skip to content

Commit f0edc53

Browse files
1 parent 8d255ec commit f0edc53

File tree

12 files changed

+935
-12
lines changed

12 files changed

+935
-12
lines changed

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

clients/google-api-services-displayvideo/v1/2.0.0/com/google/api/services/displayvideo/v1/model/CmHybridConfig.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ public final class CmHybridConfig extends com.google.api.client.json.GenericJson
3838
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
3939
private java.lang.Long cmAccountId;
4040

41+
/**
42+
* Output only. The set of CM360 Advertiser IDs sharing the CM360 Floodlight configuration.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
46+
private java.util.List<java.lang.Long> cmAdvertiserIds;
47+
4148
/**
4249
* Required. Immutable. ID of the CM360 Floodlight configuration linked with the DV360 advertiser.
4350
* The value may be {@code null}.
@@ -97,6 +104,23 @@ public CmHybridConfig setCmAccountId(java.lang.Long cmAccountId) {
97104
return this;
98105
}
99106

107+
/**
108+
* Output only. The set of CM360 Advertiser IDs sharing the CM360 Floodlight configuration.
109+
* @return value or {@code null} for none
110+
*/
111+
public java.util.List<java.lang.Long> getCmAdvertiserIds() {
112+
return cmAdvertiserIds;
113+
}
114+
115+
/**
116+
* Output only. The set of CM360 Advertiser IDs sharing the CM360 Floodlight configuration.
117+
* @param cmAdvertiserIds cmAdvertiserIds or {@code null} for none
118+
*/
119+
public CmHybridConfig setCmAdvertiserIds(java.util.List<java.lang.Long> cmAdvertiserIds) {
120+
this.cmAdvertiserIds = cmAdvertiserIds;
121+
return this;
122+
}
123+
100124
/**
101125
* Required. Immutable. ID of the CM360 Floodlight configuration linked with the DV360 advertiser.
102126
* @return value or {@code null} for none

clients/google-api-services-displayvideo/v1/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>v1-rev20240118-2.0.0</version>
12-
<name>Display &amp; Video 360 API v1-rev20240118-2.0.0</name>
11+
<version>v1-rev20240125-2.0.0</version>
12+
<name>Display &amp; Video 360 API v1-rev20240125-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

0 commit comments

Comments
 (0)