Skip to content

Commit 2858222

Browse files
1 parent 7477b90 commit 2858222

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

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

clients/google-api-services-realtimebidding/v1/2.0.0/com/google/api/services/realtimebidding/v1/model/VideoContent.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,16 @@ public final class VideoContent extends com.google.api.client.json.GenericJson {
3838
private VideoMetadata videoMetadata;
3939

4040
/**
41-
* The URL to fetch a video ad.
41+
* The URL to fetch a video ad. The URL should return an XML response that conforms to the VAST
42+
* 2.0, 3.0 or 4.x standard.
4243
* The value may be {@code null}.
4344
*/
4445
@com.google.api.client.util.Key
4546
private java.lang.String videoUrl;
4647

4748
/**
48-
* The contents of a VAST document for a video ad. This document should conform to the VAST 2.0 or
49-
* 3.0 standard.
49+
* The contents of a VAST document for a video ad. This document should conform to the VAST 2.0,
50+
* 3.0, or 4.x standard.
5051
* The value may be {@code null}.
5152
*/
5253
@com.google.api.client.util.Key
@@ -70,15 +71,17 @@ public VideoContent setVideoMetadata(VideoMetadata videoMetadata) {
7071
}
7172

7273
/**
73-
* The URL to fetch a video ad.
74+
* The URL to fetch a video ad. The URL should return an XML response that conforms to the VAST
75+
* 2.0, 3.0 or 4.x standard.
7476
* @return value or {@code null} for none
7577
*/
7678
public java.lang.String getVideoUrl() {
7779
return videoUrl;
7880
}
7981

8082
/**
81-
* The URL to fetch a video ad.
83+
* The URL to fetch a video ad. The URL should return an XML response that conforms to the VAST
84+
* 2.0, 3.0 or 4.x standard.
8285
* @param videoUrl videoUrl or {@code null} for none
8386
*/
8487
public VideoContent setVideoUrl(java.lang.String videoUrl) {
@@ -87,17 +90,17 @@ public VideoContent setVideoUrl(java.lang.String videoUrl) {
8790
}
8891

8992
/**
90-
* The contents of a VAST document for a video ad. This document should conform to the VAST 2.0 or
91-
* 3.0 standard.
93+
* The contents of a VAST document for a video ad. This document should conform to the VAST 2.0,
94+
* 3.0, or 4.x standard.
9295
* @return value or {@code null} for none
9396
*/
9497
public java.lang.String getVideoVastXml() {
9598
return videoVastXml;
9699
}
97100

98101
/**
99-
* The contents of a VAST document for a video ad. This document should conform to the VAST 2.0 or
100-
* 3.0 standard.
102+
* The contents of a VAST document for a video ad. This document should conform to the VAST 2.0,
103+
* 3.0, or 4.x standard.
101104
* @param videoVastXml videoVastXml or {@code null} for none
102105
*/
103106
public VideoContent setVideoVastXml(java.lang.String videoVastXml) {

clients/google-api-services-realtimebidding/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-realtimebidding</artifactId>
11-
<version>v1-rev20240806-2.0.0</version>
12-
<name>Real-time Bidding API v1-rev20240806-2.0.0</name>
11+
<version>v1-rev20240930-2.0.0</version>
12+
<name>Real-time Bidding API v1-rev20240930-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)