Skip to content

Commit 2a4b744

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

File tree

17 files changed

+2600
-66
lines changed

17 files changed

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

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

Lines changed: 80 additions & 54 deletions
Large diffs are not rendered by default.

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

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

5151
/**
5252
* Immutable. Identifier. The unique identifier for the data segment. Account ID corresponds to
53-
* the account ID that created the segment. Format:
54-
* `buyers/{accountId}/dataSegments/{curatorDataSegmentId}`
53+
* the account ID that created the segment. v1alpha format:
54+
* `buyers/{accountId}/dataSegments/{curatorDataSegmentId}` v1beta format:
55+
* `curators/{curatorAccountId}/dataSegments/{curatorDataSegmentId}`
5556
* The value may be {@code null}.
5657
*/
5758
@com.google.api.client.util.Key
@@ -111,8 +112,9 @@ public DataSegment setCreateTime(String createTime) {
111112

112113
/**
113114
* Immutable. Identifier. The unique identifier for the data segment. Account ID corresponds to
114-
* the account ID that created the segment. Format:
115-
* `buyers/{accountId}/dataSegments/{curatorDataSegmentId}`
115+
* the account ID that created the segment. v1alpha format:
116+
* `buyers/{accountId}/dataSegments/{curatorDataSegmentId}` v1beta format:
117+
* `curators/{curatorAccountId}/dataSegments/{curatorDataSegmentId}`
116118
* @return value or {@code null} for none
117119
*/
118120
public java.lang.String getName() {
@@ -121,8 +123,9 @@ public java.lang.String getName() {
121123

122124
/**
123125
* Immutable. Identifier. The unique identifier for the data segment. Account ID corresponds to
124-
* the account ID that created the segment. Format:
125-
* `buyers/{accountId}/dataSegments/{curatorDataSegmentId}`
126+
* the account ID that created the segment. v1alpha format:
127+
* `buyers/{accountId}/dataSegments/{curatorDataSegmentId}` v1beta format:
128+
* `curators/{curatorAccountId}/dataSegments/{curatorDataSegmentId}`
126129
* @param name name or {@code null} for none
127130
*/
128131
public DataSegment setName(java.lang.String name) {

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

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Authorized Buyers Marketplace API Client Library for Java
2+
3+
The Authorized Buyers Marketplace API lets buyers programmatically discover inventory; propose, retrieve and negotiate deals with publishers.
4+
5+
This page contains information about getting started with the Authorized Buyers Marketplace API
6+
using the Google API Client Library for Java. In addition, you may be interested
7+
in the following documentation:
8+
9+
* Browse the [Javadoc reference for the Authorized Buyers Marketplace API][javadoc]
10+
* Read the [Developer's Guide for the Google API Client Library for Java][google-api-client].
11+
* Interact with this API in your browser using the [APIs Explorer for the Authorized Buyers Marketplace API][api-explorer]
12+
13+
## Installation
14+
15+
### Maven
16+
17+
Add the following lines to your `pom.xml` file:
18+
19+
```xml
20+
<project>
21+
<dependencies>
22+
<dependency>
23+
<groupId>com.google.apis</groupId>
24+
<artifactId>google-api-services-authorizedbuyersmarketplace</artifactId>
25+
<version>v1beta-rev20250616-2.0.0</version>
26+
</dependency>
27+
</dependencies>
28+
</project>
29+
```
30+
31+
### Gradle
32+
33+
```gradle
34+
repositories {
35+
mavenCentral()
36+
}
37+
dependencies {
38+
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1beta-rev20250616-2.0.0'
39+
}
40+
```
41+
42+
[javadoc]: https://googleapis.dev/java/google-api-services-authorizedbuyersmarketplace/latest/index.html
43+
[google-api-client]: https://github.com/googleapis/google-api-java-client/
44+
[api-explorer]: https://developers.google.com/apis-explorer/#p/authorizedbuyersmarketplace/v1/

0 commit comments

Comments
 (0)