Skip to content

Commit 08ea441

Browse files
chore: regenerate authorizedbuyersmarketplace client (googleapis#30166)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 60423ae commit 08ea441

File tree

8 files changed

+66
-12
lines changed

8 files changed

+66
-12
lines changed

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

clients/google-api-services-authorizedbuyersmarketplace/v1/2.0.0/com/google/api/services/authorizedbuyersmarketplace/v1/model/AuctionPackage.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ public final class AuctionPackage extends com.google.api.client.json.GenericJson
7777
@com.google.api.client.util.Key
7878
private java.util.List<java.lang.String> eligibleSeatIds;
7979

80+
/**
81+
* Output only. The minimum price a buyer has to bid to compete in this auction package. If this
82+
* is field is not populated, there is no floor price.
83+
* The value may be {@code null}.
84+
*/
85+
@com.google.api.client.util.Key
86+
private Money floorPriceCpm;
87+
8088
/**
8189
* Immutable. The unique identifier for the auction package. Format:
8290
* `buyers/{accountId}/auctionPackages/{auctionPackageId}` The auction_package_id part of name is
@@ -231,6 +239,25 @@ public AuctionPackage setEligibleSeatIds(java.util.List<java.lang.String> eligib
231239
return this;
232240
}
233241

242+
/**
243+
* Output only. The minimum price a buyer has to bid to compete in this auction package. If this
244+
* is field is not populated, there is no floor price.
245+
* @return value or {@code null} for none
246+
*/
247+
public Money getFloorPriceCpm() {
248+
return floorPriceCpm;
249+
}
250+
251+
/**
252+
* Output only. The minimum price a buyer has to bid to compete in this auction package. If this
253+
* is field is not populated, there is no floor price.
254+
* @param floorPriceCpm floorPriceCpm or {@code null} for none
255+
*/
256+
public AuctionPackage setFloorPriceCpm(Money floorPriceCpm) {
257+
this.floorPriceCpm = floorPriceCpm;
258+
return this;
259+
}
260+
234261
/**
235262
* Immutable. The unique identifier for the auction package. Format:
236263
* `buyers/{accountId}/auctionPackages/{auctionPackageId}` The auction_package_id part of name is

clients/google-api-services-authorizedbuyersmarketplace/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-authorizedbuyersmarketplace</artifactId>
11-
<version>v1-rev20251104-2.0.0</version>
12-
<name>Authorized Buyers Marketplace API v1-rev20251104-2.0.0</name>
11+
<version>v1-rev20251119-2.0.0</version>
12+
<name>Authorized Buyers Marketplace API v1-rev20251119-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-authorizedbuyersmarketplace/v1alpha/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-authorizedbuyersmarketplace</artifactId>
25-
<version>v1alpha-rev20251104-2.0.0</version>
25+
<version>v1alpha-rev20251119-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-authorizedbuyersmarketplace:v1alpha-rev20251104-2.0.0'
38+
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20251119-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-authorizedbuyersmarketplace/v1alpha/2.0.0/com/google/api/services/authorizedbuyersmarketplace/v1alpha/model/AuctionPackage.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ public final class AuctionPackage extends com.google.api.client.json.GenericJson
7777
@com.google.api.client.util.Key
7878
private java.util.List<java.lang.String> eligibleSeatIds;
7979

80+
/**
81+
* Output only. The minimum price a buyer has to bid to compete in this auction package. If this
82+
* is field is not populated, there is no floor price.
83+
* The value may be {@code null}.
84+
*/
85+
@com.google.api.client.util.Key
86+
private Money floorPriceCpm;
87+
8088
/**
8189
* Immutable. The unique identifier for the auction package. Format:
8290
* `buyers/{accountId}/auctionPackages/{auctionPackageId}` The auction_package_id part of name is
@@ -231,6 +239,25 @@ public AuctionPackage setEligibleSeatIds(java.util.List<java.lang.String> eligib
231239
return this;
232240
}
233241

242+
/**
243+
* Output only. The minimum price a buyer has to bid to compete in this auction package. If this
244+
* is field is not populated, there is no floor price.
245+
* @return value or {@code null} for none
246+
*/
247+
public Money getFloorPriceCpm() {
248+
return floorPriceCpm;
249+
}
250+
251+
/**
252+
* Output only. The minimum price a buyer has to bid to compete in this auction package. If this
253+
* is field is not populated, there is no floor price.
254+
* @param floorPriceCpm floorPriceCpm or {@code null} for none
255+
*/
256+
public AuctionPackage setFloorPriceCpm(Money floorPriceCpm) {
257+
this.floorPriceCpm = floorPriceCpm;
258+
return this;
259+
}
260+
234261
/**
235262
* Immutable. The unique identifier for the auction package. Format:
236263
* `buyers/{accountId}/auctionPackages/{auctionPackageId}` The auction_package_id part of name is

clients/google-api-services-authorizedbuyersmarketplace/v1alpha/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-authorizedbuyersmarketplace</artifactId>
11-
<version>v1alpha-rev20251104-2.0.0</version>
12-
<name>Authorized Buyers Marketplace API v1alpha-rev20251104-2.0.0</name>
11+
<version>v1alpha-rev20251119-2.0.0</version>
12+
<name>Authorized Buyers Marketplace API v1alpha-rev20251119-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-authorizedbuyersmarketplace/v1alpha/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-authorizedbuyersmarketplace</artifactId>
25-
<version>v1alpha-rev20251104-2.0.0</version>
25+
<version>v1alpha-rev20251119-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-authorizedbuyersmarketplace:v1alpha-rev20251104-2.0.0'
38+
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20251119-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)