Skip to content

Commit 09e3fd0

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

File tree

8 files changed

+60
-12
lines changed

8 files changed

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ public final class Deal extends com.google.api.client.json.GenericJson {
5050
@com.google.api.client.util.Key
5151
private java.lang.String buyer;
5252

53+
/**
54+
* Output only. The buyer permission type of the deal.
55+
* The value may be {@code null}.
56+
*/
57+
@com.google.api.client.util.Key
58+
private java.lang.String buyerPermissionType;
59+
5360
/**
5461
* Output only. Refers to a Client. Format: `buyers/{buyerAccountId}/clients/{clientAccountid}`
5562
* The value may be {@code null}.
@@ -258,6 +265,23 @@ public Deal setBuyer(java.lang.String buyer) {
258265
return this;
259266
}
260267

268+
/**
269+
* Output only. The buyer permission type of the deal.
270+
* @return value or {@code null} for none
271+
*/
272+
public java.lang.String getBuyerPermissionType() {
273+
return buyerPermissionType;
274+
}
275+
276+
/**
277+
* Output only. The buyer permission type of the deal.
278+
* @param buyerPermissionType buyerPermissionType or {@code null} for none
279+
*/
280+
public Deal setBuyerPermissionType(java.lang.String buyerPermissionType) {
281+
this.buyerPermissionType = buyerPermissionType;
282+
return this;
283+
}
284+
261285
/**
262286
* Output only. Refers to a Client. Format: `buyers/{buyerAccountId}/clients/{clientAccountid}`
263287
* @return value or {@code null} for none

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ public final class Deal extends com.google.api.client.json.GenericJson {
5050
@com.google.api.client.util.Key
5151
private java.lang.String buyer;
5252

53+
/**
54+
* Output only. The buyer permission type of the deal.
55+
* The value may be {@code null}.
56+
*/
57+
@com.google.api.client.util.Key
58+
private java.lang.String buyerPermissionType;
59+
5360
/**
5461
* Output only. Refers to a Client. Format: `buyers/{buyerAccountId}/clients/{clientAccountid}`
5562
* The value may be {@code null}.
@@ -258,6 +265,23 @@ public Deal setBuyer(java.lang.String buyer) {
258265
return this;
259266
}
260267

268+
/**
269+
* Output only. The buyer permission type of the deal.
270+
* @return value or {@code null} for none
271+
*/
272+
public java.lang.String getBuyerPermissionType() {
273+
return buyerPermissionType;
274+
}
275+
276+
/**
277+
* Output only. The buyer permission type of the deal.
278+
* @param buyerPermissionType buyerPermissionType or {@code null} for none
279+
*/
280+
public Deal setBuyerPermissionType(java.lang.String buyerPermissionType) {
281+
this.buyerPermissionType = buyerPermissionType;
282+
return this;
283+
}
284+
261285
/**
262286
* Output only. Refers to a Client. Format: `buyers/{buyerAccountId}/clients/{clientAccountid}`
263287
* @return value or {@code null} for none

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

0 commit comments

Comments
 (0)