Skip to content

Commit f05688a

Browse files
chore: regenerate authorizedbuyersmarketplace client (googleapis#23500)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 8e5fab5 commit f05688a

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

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

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ public final class DataSegment extends com.google.api.client.json.GenericJson {
3434

3535
/**
3636
* Optional. This will be charged when other accounts use this data segment. For example, when
37-
* other accounts add this data segment to a deal or auction package.
37+
* other accounts add this data segment to a deal or auction package. Once set, the currency code
38+
* cannot be changed.
3839
* The value may be {@code null}.
3940
*/
4041
@com.google.api.client.util.Key
@@ -72,7 +73,8 @@ public final class DataSegment extends com.google.api.client.json.GenericJson {
7273

7374
/**
7475
* Optional. This will be charged when other accounts use this data segment. For example, when
75-
* other accounts add this data segment to a deal or auction package.
76+
* other accounts add this data segment to a deal or auction package. Once set, the currency code
77+
* cannot be changed.
7678
* @return value or {@code null} for none
7779
*/
7880
public Money getCpmFee() {
@@ -81,7 +83,8 @@ public Money getCpmFee() {
8183

8284
/**
8385
* Optional. This will be charged when other accounts use this data segment. For example, when
84-
* other accounts add this data segment to a deal or auction package.
86+
* other accounts add this data segment to a deal or auction package. Once set, the currency code
87+
* cannot be changed.
8588
* @param cpmFee cpmFee or {@code null} for none
8689
*/
8790
public DataSegment setCpmFee(Money cpmFee) {

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-rev20240718-2.0.0</version>
12-
<name>Authorized Buyers Marketplace API v1alpha-rev20240718-2.0.0</name>
11+
<version>v1alpha-rev20240924-2.0.0</version>
12+
<name>Authorized Buyers Marketplace API v1alpha-rev20240924-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-rev20240718-2.0.0</version>
25+
<version>v1alpha-rev20240924-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-rev20240718-2.0.0'
38+
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20240924-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)