Skip to content

Commit cf667a0

Browse files
1 parent 7b85d88 commit cf667a0

4 files changed

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
public final class PretargetingConfig extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* Targeting modes included by this config. A bid request must allow all the specified targeting
36-
* modes. An unset value allows all bid requests to be sent, regardless of which targeting modes
37-
* they allow.
35+
* Deprecated: The value of this field no longer has any effect. Targeting modes included by this
36+
* config. A bid request must allow all the specified targeting modes. An unset value allows all
37+
* bid requests to be sent, regardless of which targeting modes they allow.
3838
* The value may be {@code null}.
3939
*/
4040
@com.google.api.client.util.Key
@@ -246,19 +246,19 @@ public final class PretargetingConfig extends com.google.api.client.json.Generic
246246
private StringTargetingDimension webTargeting;
247247

248248
/**
249-
* Targeting modes included by this config. A bid request must allow all the specified targeting
250-
* modes. An unset value allows all bid requests to be sent, regardless of which targeting modes
251-
* they allow.
249+
* Deprecated: The value of this field no longer has any effect. Targeting modes included by this
250+
* config. A bid request must allow all the specified targeting modes. An unset value allows all
251+
* bid requests to be sent, regardless of which targeting modes they allow.
252252
* @return value or {@code null} for none
253253
*/
254254
public java.util.List<java.lang.String> getAllowedUserTargetingModes() {
255255
return allowedUserTargetingModes;
256256
}
257257

258258
/**
259-
* Targeting modes included by this config. A bid request must allow all the specified targeting
260-
* modes. An unset value allows all bid requests to be sent, regardless of which targeting modes
261-
* they allow.
259+
* Deprecated: The value of this field no longer has any effect. Targeting modes included by this
260+
* config. A bid request must allow all the specified targeting modes. An unset value allows all
261+
* bid requests to be sent, regardless of which targeting modes they allow.
262262
* @param allowedUserTargetingModes allowedUserTargetingModes or {@code null} for none
263263
*/
264264
public PretargetingConfig setAllowedUserTargetingModes(java.util.List<java.lang.String> allowedUserTargetingModes) {

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

0 commit comments

Comments
 (0)