Skip to content

Commit f19c66d

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

File tree

8 files changed

+90
-30
lines changed

8 files changed

+90
-30
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-rev20241120-2.0.0</version>
25+
<version>v1-rev20250107-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-rev20241120-2.0.0'
38+
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1-rev20250107-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: 39 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ public final class AuctionPackage extends com.google.api.client.json.GenericJson
4545
@com.google.api.client.util.Key
4646
private java.lang.String creator;
4747

48+
/**
49+
* Output only. If set, this field contains the DSP specific seat id set by the media planner
50+
* account that is considered the owner of this deal. The seat ID is in the calling DSP's
51+
* namespace.
52+
* The value may be {@code null}.
53+
*/
54+
@com.google.api.client.util.Key
55+
private java.lang.String dealOwnerSeatId;
56+
4857
/**
4958
* Output only. A description of the auction package.
5059
* The value may be {@code null}.
@@ -60,9 +69,9 @@ public final class AuctionPackage extends com.google.api.client.json.GenericJson
6069
private java.lang.String displayName;
6170

6271
/**
63-
* Output only. If set, this field contains the list of DSP specific seat ids set by media
64-
* planners that are eligible to transact on this deal. The seat ID is in the calling DSP's
65-
* namespace.
72+
* Output only. If set, this field identifies a seat that the media planner selected as the owner
73+
* of this auction package. This is a seat ID in the DSP's namespace that was provided to the
74+
* media planner.
6675
* The value may be {@code null}.
6776
*/
6877
@com.google.api.client.util.Key
@@ -146,6 +155,27 @@ public AuctionPackage setCreator(java.lang.String creator) {
146155
return this;
147156
}
148157

158+
/**
159+
* Output only. If set, this field contains the DSP specific seat id set by the media planner
160+
* account that is considered the owner of this deal. The seat ID is in the calling DSP's
161+
* namespace.
162+
* @return value or {@code null} for none
163+
*/
164+
public java.lang.String getDealOwnerSeatId() {
165+
return dealOwnerSeatId;
166+
}
167+
168+
/**
169+
* Output only. If set, this field contains the DSP specific seat id set by the media planner
170+
* account that is considered the owner of this deal. The seat ID is in the calling DSP's
171+
* namespace.
172+
* @param dealOwnerSeatId dealOwnerSeatId or {@code null} for none
173+
*/
174+
public AuctionPackage setDealOwnerSeatId(java.lang.String dealOwnerSeatId) {
175+
this.dealOwnerSeatId = dealOwnerSeatId;
176+
return this;
177+
}
178+
149179
/**
150180
* Output only. A description of the auction package.
151181
* @return value or {@code null} for none
@@ -181,19 +211,19 @@ public AuctionPackage setDisplayName(java.lang.String displayName) {
181211
}
182212

183213
/**
184-
* Output only. If set, this field contains the list of DSP specific seat ids set by media
185-
* planners that are eligible to transact on this deal. The seat ID is in the calling DSP's
186-
* namespace.
214+
* Output only. If set, this field identifies a seat that the media planner selected as the owner
215+
* of this auction package. This is a seat ID in the DSP's namespace that was provided to the
216+
* media planner.
187217
* @return value or {@code null} for none
188218
*/
189219
public java.util.List<java.lang.String> getEligibleSeatIds() {
190220
return eligibleSeatIds;
191221
}
192222

193223
/**
194-
* Output only. If set, this field contains the list of DSP specific seat ids set by media
195-
* planners that are eligible to transact on this deal. The seat ID is in the calling DSP's
196-
* namespace.
224+
* Output only. If set, this field identifies a seat that the media planner selected as the owner
225+
* of this auction package. This is a seat ID in the DSP's namespace that was provided to the
226+
* media planner.
197227
* @param eligibleSeatIds eligibleSeatIds or {@code null} for none
198228
*/
199229
public AuctionPackage setEligibleSeatIds(java.util.List<java.lang.String> eligibleSeatIds) {

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-rev20241120-2.0.0</version>
12-
<name>Authorized Buyers Marketplace API v1-rev20241120-2.0.0</name>
11+
<version>v1-rev20250107-2.0.0</version>
12+
<name>Authorized Buyers Marketplace API v1-rev20250107-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-rev20241120-2.0.0</version>
25+
<version>v1-rev20250107-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-rev20241120-2.0.0'
38+
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1-rev20250107-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-rev20241120-2.0.0</version>
25+
<version>v1alpha-rev20250107-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-rev20241120-2.0.0'
38+
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20250107-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: 39 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ public final class AuctionPackage extends com.google.api.client.json.GenericJson
4545
@com.google.api.client.util.Key
4646
private java.lang.String creator;
4747

48+
/**
49+
* Output only. If set, this field contains the DSP specific seat id set by the media planner
50+
* account that is considered the owner of this deal. The seat ID is in the calling DSP's
51+
* namespace.
52+
* The value may be {@code null}.
53+
*/
54+
@com.google.api.client.util.Key
55+
private java.lang.String dealOwnerSeatId;
56+
4857
/**
4958
* Output only. A description of the auction package.
5059
* The value may be {@code null}.
@@ -60,9 +69,9 @@ public final class AuctionPackage extends com.google.api.client.json.GenericJson
6069
private java.lang.String displayName;
6170

6271
/**
63-
* Output only. If set, this field contains the list of DSP specific seat ids set by media
64-
* planners that are eligible to transact on this deal. The seat ID is in the calling DSP's
65-
* namespace.
72+
* Output only. If set, this field identifies a seat that the media planner selected as the owner
73+
* of this auction package. This is a seat ID in the DSP's namespace that was provided to the
74+
* media planner.
6675
* The value may be {@code null}.
6776
*/
6877
@com.google.api.client.util.Key
@@ -146,6 +155,27 @@ public AuctionPackage setCreator(java.lang.String creator) {
146155
return this;
147156
}
148157

158+
/**
159+
* Output only. If set, this field contains the DSP specific seat id set by the media planner
160+
* account that is considered the owner of this deal. The seat ID is in the calling DSP's
161+
* namespace.
162+
* @return value or {@code null} for none
163+
*/
164+
public java.lang.String getDealOwnerSeatId() {
165+
return dealOwnerSeatId;
166+
}
167+
168+
/**
169+
* Output only. If set, this field contains the DSP specific seat id set by the media planner
170+
* account that is considered the owner of this deal. The seat ID is in the calling DSP's
171+
* namespace.
172+
* @param dealOwnerSeatId dealOwnerSeatId or {@code null} for none
173+
*/
174+
public AuctionPackage setDealOwnerSeatId(java.lang.String dealOwnerSeatId) {
175+
this.dealOwnerSeatId = dealOwnerSeatId;
176+
return this;
177+
}
178+
149179
/**
150180
* Output only. A description of the auction package.
151181
* @return value or {@code null} for none
@@ -181,19 +211,19 @@ public AuctionPackage setDisplayName(java.lang.String displayName) {
181211
}
182212

183213
/**
184-
* Output only. If set, this field contains the list of DSP specific seat ids set by media
185-
* planners that are eligible to transact on this deal. The seat ID is in the calling DSP's
186-
* namespace.
214+
* Output only. If set, this field identifies a seat that the media planner selected as the owner
215+
* of this auction package. This is a seat ID in the DSP's namespace that was provided to the
216+
* media planner.
187217
* @return value or {@code null} for none
188218
*/
189219
public java.util.List<java.lang.String> getEligibleSeatIds() {
190220
return eligibleSeatIds;
191221
}
192222

193223
/**
194-
* Output only. If set, this field contains the list of DSP specific seat ids set by media
195-
* planners that are eligible to transact on this deal. The seat ID is in the calling DSP's
196-
* namespace.
224+
* Output only. If set, this field identifies a seat that the media planner selected as the owner
225+
* of this auction package. This is a seat ID in the DSP's namespace that was provided to the
226+
* media planner.
197227
* @param eligibleSeatIds eligibleSeatIds or {@code null} for none
198228
*/
199229
public AuctionPackage setEligibleSeatIds(java.util.List<java.lang.String> eligibleSeatIds) {

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

0 commit comments

Comments
 (0)