Skip to content

Commit c7857d7

Browse files
1 parent 3a3ff30 commit c7857d7

4 files changed

Lines changed: 27 additions & 21 deletions

File tree

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

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

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,13 @@ public final class Creative extends com.google.api.client.json.GenericJson {
168168
private NativeContent native__;
169169

170170
/**
171-
* Experimental field that can be used during the [FLEDGE Origin Trial](/authorized-
172-
* buyers/rtb/fledge-origin-trial). The URL to fetch an interest group ad used in [TURTLEDOVE on-
173-
* device auction](https://github.com/WICG/turtledove/blob/main/FLEDGE.md#1-browsers-record-
174-
* interest-groups"). This should be unique among all creatives for a given `accountId`. This URL
175-
* should be the same as the URL returned by
171+
* Deprecated: FLEDGE is no longer supported. See: https://privacysandbox.google.com/blog/update-
172+
* on-plans-for-privacy-sandbox-technologies Experimental field that can be used during the
173+
* [FLEDGE Origin Trial](/authorized-buyers/rtb/fledge-origin-trial). The URL to fetch an interest
174+
* group ad used in [TURTLEDOVE on-device
175+
* auction](https://github.com/WICG/turtledove/blob/main/FLEDGE.md#1-browsers-record-interest-
176+
* groups"). This should be unique among all creatives for a given `accountId`. This URL should be
177+
* the same as the URL returned by
176178
* [generateBid()](https://github.com/WICG/turtledove/blob/main/FLEDGE.md#32-on-device-bidding).
177179
* The value may be {@code null}.
178180
*/
@@ -527,11 +529,13 @@ public Creative setNative(NativeContent native__) {
527529
}
528530

529531
/**
530-
* Experimental field that can be used during the [FLEDGE Origin Trial](/authorized-
531-
* buyers/rtb/fledge-origin-trial). The URL to fetch an interest group ad used in [TURTLEDOVE on-
532-
* device auction](https://github.com/WICG/turtledove/blob/main/FLEDGE.md#1-browsers-record-
533-
* interest-groups"). This should be unique among all creatives for a given `accountId`. This URL
534-
* should be the same as the URL returned by
532+
* Deprecated: FLEDGE is no longer supported. See: https://privacysandbox.google.com/blog/update-
533+
* on-plans-for-privacy-sandbox-technologies Experimental field that can be used during the
534+
* [FLEDGE Origin Trial](/authorized-buyers/rtb/fledge-origin-trial). The URL to fetch an interest
535+
* group ad used in [TURTLEDOVE on-device
536+
* auction](https://github.com/WICG/turtledove/blob/main/FLEDGE.md#1-browsers-record-interest-
537+
* groups"). This should be unique among all creatives for a given `accountId`. This URL should be
538+
* the same as the URL returned by
535539
* [generateBid()](https://github.com/WICG/turtledove/blob/main/FLEDGE.md#32-on-device-bidding).
536540
* @return value or {@code null} for none
537541
*/
@@ -540,11 +544,13 @@ public java.lang.String getRenderUrl() {
540544
}
541545

542546
/**
543-
* Experimental field that can be used during the [FLEDGE Origin Trial](/authorized-
544-
* buyers/rtb/fledge-origin-trial). The URL to fetch an interest group ad used in [TURTLEDOVE on-
545-
* device auction](https://github.com/WICG/turtledove/blob/main/FLEDGE.md#1-browsers-record-
546-
* interest-groups"). This should be unique among all creatives for a given `accountId`. This URL
547-
* should be the same as the URL returned by
547+
* Deprecated: FLEDGE is no longer supported. See: https://privacysandbox.google.com/blog/update-
548+
* on-plans-for-privacy-sandbox-technologies Experimental field that can be used during the
549+
* [FLEDGE Origin Trial](/authorized-buyers/rtb/fledge-origin-trial). The URL to fetch an interest
550+
* group ad used in [TURTLEDOVE on-device
551+
* auction](https://github.com/WICG/turtledove/blob/main/FLEDGE.md#1-browsers-record-interest-
552+
* groups"). This should be unique among all creatives for a given `accountId`. This URL should be
553+
* the same as the URL returned by
548554
* [generateBid()](https://github.com/WICG/turtledove/blob/main/FLEDGE.md#32-on-device-bidding).
549555
* @param renderUrl renderUrl or {@code null} for none
550556
*/

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-rev20260311-2.0.0</version>
12-
<name>Real-time Bidding API v1-rev20260311-2.0.0</name>
11+
<version>v1-rev20260427-2.0.0</version>
12+
<name>Real-time Bidding API v1-rev20260427-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-rev20260311-2.0.0</version>
25+
<version>v1-rev20260427-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-rev20260311-2.0.0'
38+
implementation 'com.google.apis:google-api-services-realtimebidding:v1-rev20260427-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)