Skip to content

Commit 06b4c2d

Browse files
chore: regenerate authorizedbuyersmarketplace client (googleapis#29466)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 6cc42fc commit 06b4c2d

File tree

8 files changed

+24
-30
lines changed

8 files changed

+24
-30
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-rev20250828-2.0.0</version>
25+
<version>v1alpha-rev20250910-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-rev20250828-2.0.0'
38+
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20250910-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 & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@
3333
public final class DataSegment extends com.google.api.client.json.GenericJson {
3434

3535
/**
36-
* Required. 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. Once set, the currency code
38-
* cannot be changed.
36+
* Optional. A fixed fee charged per thousand impressions. Once set, the currency code cannot be
37+
* changed.
3938
* The value may be {@code null}.
4039
*/
4140
@com.google.api.client.util.Key
@@ -73,19 +72,17 @@ public final class DataSegment extends com.google.api.client.json.GenericJson {
7372
private String updateTime;
7473

7574
/**
76-
* Required. This will be charged when other accounts use this data segment. For example, when
77-
* other accounts add this data segment to a deal or auction package. Once set, the currency code
78-
* cannot be changed.
75+
* Optional. A fixed fee charged per thousand impressions. Once set, the currency code cannot be
76+
* changed.
7977
* @return value or {@code null} for none
8078
*/
8179
public Money getCpmFee() {
8280
return cpmFee;
8381
}
8482

8583
/**
86-
* Required. This will be charged when other accounts use this data segment. For example, when
87-
* other accounts add this data segment to a deal or auction package. Once set, the currency code
88-
* cannot be changed.
84+
* Optional. A fixed fee charged per thousand impressions. Once set, the currency code cannot be
85+
* changed.
8986
* @param cpmFee cpmFee or {@code null} for none
9087
*/
9188
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-rev20250828-2.0.0</version>
12-
<name>Authorized Buyers Marketplace API v1alpha-rev20250828-2.0.0</name>
11+
<version>v1alpha-rev20250910-2.0.0</version>
12+
<name>Authorized Buyers Marketplace API v1alpha-rev20250910-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-rev20250828-2.0.0</version>
25+
<version>v1alpha-rev20250910-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-rev20250828-2.0.0'
38+
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20250910-2.0.0'
3939
}
4040
```
4141

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

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

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

3535
/**
36-
* Required. 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. Once set, the currency code
38-
* cannot be changed.
36+
* Optional. A fixed fee charged per thousand impressions. Once set, the currency code cannot be
37+
* changed.
3938
* The value may be {@code null}.
4039
*/
4140
@com.google.api.client.util.Key
@@ -73,19 +72,17 @@ public final class DataSegment extends com.google.api.client.json.GenericJson {
7372
private String updateTime;
7473

7574
/**
76-
* Required. This will be charged when other accounts use this data segment. For example, when
77-
* other accounts add this data segment to a deal or auction package. Once set, the currency code
78-
* cannot be changed.
75+
* Optional. A fixed fee charged per thousand impressions. Once set, the currency code cannot be
76+
* changed.
7977
* @return value or {@code null} for none
8078
*/
8179
public Money getCpmFee() {
8280
return cpmFee;
8381
}
8482

8583
/**
86-
* Required. This will be charged when other accounts use this data segment. For example, when
87-
* other accounts add this data segment to a deal or auction package. Once set, the currency code
88-
* cannot be changed.
84+
* Optional. A fixed fee charged per thousand impressions. Once set, the currency code cannot be
85+
* changed.
8986
* @param cpmFee cpmFee or {@code null} for none
9087
*/
9188
public DataSegment setCpmFee(Money cpmFee) {

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

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)