Skip to content

Commit 47e9999

Browse files
1 parent 65a292c commit 47e9999

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

clients/google-api-services-realtimebidding/v1/2.0.0/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Real-time Bidding API Client Library for Java
22

3-
Allows external bidders to manage their RTB integration with Google. This includes managing bidder endpoints, QPS quotas, configuring what ad inventory to receive via pretargeting, submitting creatives for verification, and accessing creative metadata such as approval status.
3+
Allows external bidders to manage their RTB integration with Google. This includes managing bidder endpoints, QPS quotas, configuring what ad inventory to receive with pretargeting, submitting creatives for verification, and accessing creative metadata such as approval status.
44

55
This page contains information about getting started with the Real-time Bidding API
66
using the Google API Client Library for Java. In addition, you may be interested
@@ -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-rev20240930-2.0.0</version>
25+
<version>v1-rev20250203-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-rev20240930-2.0.0'
38+
implementation 'com.google.apis:google-api-services-realtimebidding:v1-rev20250203-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Service definition for RealTimeBidding (v1).
2121
*
2222
* <p>
23-
* Allows external bidders to manage their RTB integration with Google. This includes managing bidder endpoints, QPS quotas, configuring what ad inventory to receive via pretargeting, submitting creatives for verification, and accessing creative metadata such as approval status.
23+
* Allows external bidders to manage their RTB integration with Google. This includes managing bidder endpoints, QPS quotas, configuring what ad inventory to receive with pretargeting, submitting creatives for verification, and accessing creative metadata such as approval status.
2424
* </p>
2525
*
2626
* <p>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public final class Bidder extends com.google.api.client.json.GenericJson {
3434
* Output only. An option to bypass pretargeting for private auctions and preferred deals. When
3535
* true, bid requests from these nonguaranteed deals will always be sent. When false, bid requests
3636
* will be subject to regular pretargeting configurations. Programmatic Guaranteed deals will
37-
* always be sent to the bidder, regardless of the value for this flag. Auction packages are not
37+
* always be sent to the bidder, regardless of the value for this option. Auction packages are not
3838
* impacted by this value and are subject to the regular pretargeting configurations.
3939
* The value may be {@code null}.
4040
*/
@@ -80,7 +80,7 @@ public final class Bidder extends com.google.api.client.json.GenericJson {
8080
* Output only. An option to bypass pretargeting for private auctions and preferred deals. When
8181
* true, bid requests from these nonguaranteed deals will always be sent. When false, bid requests
8282
* will be subject to regular pretargeting configurations. Programmatic Guaranteed deals will
83-
* always be sent to the bidder, regardless of the value for this flag. Auction packages are not
83+
* always be sent to the bidder, regardless of the value for this option. Auction packages are not
8484
* impacted by this value and are subject to the regular pretargeting configurations.
8585
* @return value or {@code null} for none
8686
*/
@@ -92,7 +92,7 @@ public java.lang.Boolean getBypassNonguaranteedDealsPretargeting() {
9292
* Output only. An option to bypass pretargeting for private auctions and preferred deals. When
9393
* true, bid requests from these nonguaranteed deals will always be sent. When false, bid requests
9494
* will be subject to regular pretargeting configurations. Programmatic Guaranteed deals will
95-
* always be sent to the bidder, regardless of the value for this flag. Auction packages are not
95+
* always be sent to the bidder, regardless of the value for this option. Auction packages are not
9696
* impacted by this value and are subject to the regular pretargeting configurations.
9797
* @param bypassNonguaranteedDealsPretargeting bypassNonguaranteedDealsPretargeting or {@code null} for none
9898
*/

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-rev20240930-2.0.0</version>
12-
<name>Real-time Bidding API v1-rev20240930-2.0.0</name>
11+
<version>v1-rev20250203-2.0.0</version>
12+
<name>Real-time Bidding API v1-rev20250203-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-realtimebidding/v1/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Real-time Bidding API Client Library for Java
22

3-
Allows external bidders to manage their RTB integration with Google. This includes managing bidder endpoints, QPS quotas, configuring what ad inventory to receive via pretargeting, submitting creatives for verification, and accessing creative metadata such as approval status.
3+
Allows external bidders to manage their RTB integration with Google. This includes managing bidder endpoints, QPS quotas, configuring what ad inventory to receive with pretargeting, submitting creatives for verification, and accessing creative metadata such as approval status.
44

55
This page contains information about getting started with the Real-time Bidding API
66
using the Google API Client Library for Java. In addition, you may be interested
@@ -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-rev20240930-2.0.0</version>
25+
<version>v1-rev20250203-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-rev20240930-2.0.0'
38+
implementation 'com.google.apis:google-api-services-realtimebidding:v1-rev20250203-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)