Skip to content

Commit 7e04602

Browse files
1 parent a2f6eb9 commit 7e04602

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

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,10 @@ public final class CreativeServingDecision extends com.google.api.client.json.Ge
7979
private java.util.List<java.lang.String> detectedAttributes;
8080

8181
/**
82-
* Output only. IDs of the detected categories, if any. The taxonomy in which the categories are
83-
* expressed is specified by the detected_categories_taxonomy field. Can be used to filter the
84-
* response of the creatives.list method.
82+
* Output only. IDs of the detected categories. The taxonomy in which the categories are expressed
83+
* is specified by the detected_categories_taxonomy field. Use this in conjunction with
84+
* BidRequest.bcat to avoid bidding on impressions where a given ad category is blocked, or to
85+
* troubleshoot filtered bids. Can be used to filter the response of the creatives.list method.
8586
* The value may be {@code null}.
8687
*/
8788
@com.google.api.client.util.Key
@@ -285,19 +286,21 @@ public CreativeServingDecision setDetectedAttributes(java.util.List<java.lang.St
285286
}
286287

287288
/**
288-
* Output only. IDs of the detected categories, if any. The taxonomy in which the categories are
289-
* expressed is specified by the detected_categories_taxonomy field. Can be used to filter the
290-
* response of the creatives.list method.
289+
* Output only. IDs of the detected categories. The taxonomy in which the categories are expressed
290+
* is specified by the detected_categories_taxonomy field. Use this in conjunction with
291+
* BidRequest.bcat to avoid bidding on impressions where a given ad category is blocked, or to
292+
* troubleshoot filtered bids. Can be used to filter the response of the creatives.list method.
291293
* @return value or {@code null} for none
292294
*/
293295
public java.util.List<java.lang.String> getDetectedCategories() {
294296
return detectedCategories;
295297
}
296298

297299
/**
298-
* Output only. IDs of the detected categories, if any. The taxonomy in which the categories are
299-
* expressed is specified by the detected_categories_taxonomy field. Can be used to filter the
300-
* response of the creatives.list method.
300+
* Output only. IDs of the detected categories. The taxonomy in which the categories are expressed
301+
* is specified by the detected_categories_taxonomy field. Use this in conjunction with
302+
* BidRequest.bcat to avoid bidding on impressions where a given ad category is blocked, or to
303+
* troubleshoot filtered bids. Can be used to filter the response of the creatives.list method.
301304
* @param detectedCategories detectedCategories or {@code null} for none
302305
*/
303306
public CreativeServingDecision setDetectedCategories(java.util.List<java.lang.String> detectedCategories) {

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

0 commit comments

Comments
 (0)