File tree Expand file tree Collapse file tree 12 files changed +935
-12
lines changed
clients/google-api-services-displayvideo
com/google/api/services/displayvideo/v1/model
com/google/api/services/displayvideo/v2 Expand file tree Collapse file tree 12 files changed +935
-12
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-displayvideo</artifactId >
25
- <version >v1-rev20240118 -2.0.0</version >
25
+ <version >v1-rev20240125 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -38,6 +38,13 @@ public final class CmHybridConfig extends com.google.api.client.json.GenericJson
38
38
@ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
39
39
private java .lang .Long cmAccountId ;
40
40
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
+
41
48
/**
42
49
* Required. Immutable. ID of the CM360 Floodlight configuration linked with the DV360 advertiser.
43
50
* The value may be {@code null}.
@@ -97,6 +104,23 @@ public CmHybridConfig setCmAccountId(java.lang.Long cmAccountId) {
97
104
return this ;
98
105
}
99
106
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
+
100
124
/**
101
125
* Required. Immutable. ID of the CM360 Floodlight configuration linked with the DV360 advertiser.
102
126
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-displayvideo</artifactId >
11
- <version >v1-rev20240118 -2.0.0</version >
12
- <name >Display & Video 360 API v1-rev20240118 -2.0.0</name >
11
+ <version >v1-rev20240125 -2.0.0</version >
12
+ <name >Display & Video 360 API v1-rev20240125 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-displayvideo</artifactId >
25
- <version >v1-rev20240118 -2.0.0</version >
25
+ <version >v1-rev20240125 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-displayvideo</artifactId >
25
- <version >v2-rev20240118 -2.0.0</version >
25
+ <version >v2-rev20240125 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments