From bc0f2b5ce88fc21d89962a804a1f5f0705166fda Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sun, 26 Jul 2026 18:08:28 -0700 Subject: [PATCH] chore: regenerate authorizedbuyersmarketplace client --- .../v1alpha/2.0.0/README.md | 4 +-- .../v1alpha/model/CuratedPackage.java | 27 +++++++++++++++++++ .../v1alpha/2.0.0/pom.xml | 4 +-- .../v1alpha/README.md | 4 +-- .../v1beta/2.0.0/README.md | 4 +-- .../v1beta/model/CuratedPackage.java | 27 +++++++++++++++++++ .../v1beta/2.0.0/pom.xml | 4 +-- .../v1beta/README.md | 4 +-- 8 files changed, 66 insertions(+), 12 deletions(-) diff --git a/clients/google-api-services-authorizedbuyersmarketplace/v1alpha/2.0.0/README.md b/clients/google-api-services-authorizedbuyersmarketplace/v1alpha/2.0.0/README.md index 4163dd1e5df..419417d6084 100644 --- a/clients/google-api-services-authorizedbuyersmarketplace/v1alpha/2.0.0/README.md +++ b/clients/google-api-services-authorizedbuyersmarketplace/v1alpha/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-authorizedbuyersmarketplace - v1alpha-rev20260716-2.0.0 + v1alpha-rev20260723-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20260716-2.0.0' + implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20260723-2.0.0' } ``` diff --git a/clients/google-api-services-authorizedbuyersmarketplace/v1alpha/2.0.0/com/google/api/services/authorizedbuyersmarketplace/v1alpha/model/CuratedPackage.java b/clients/google-api-services-authorizedbuyersmarketplace/v1alpha/2.0.0/com/google/api/services/authorizedbuyersmarketplace/v1alpha/model/CuratedPackage.java index 6f994f157d7..e911977fe46 100644 --- a/clients/google-api-services-authorizedbuyersmarketplace/v1alpha/2.0.0/com/google/api/services/authorizedbuyersmarketplace/v1alpha/model/CuratedPackage.java +++ b/clients/google-api-services-authorizedbuyersmarketplace/v1alpha/2.0.0/com/google/api/services/authorizedbuyersmarketplace/v1alpha/model/CuratedPackage.java @@ -47,6 +47,14 @@ public final class CuratedPackage extends com.google.api.client.json.GenericJson @com.google.api.client.util.Key private String createTime; + /** + * Optional. Immutable. The visibility of the combined curation package fee and data segment fees + * (the total curation fee). + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String curationFeeVisibility; + /** * Optional. A description of the curated package, provided by the curator. * The value may be {@code null}. @@ -157,6 +165,25 @@ public CuratedPackage setCreateTime(String createTime) { return this; } + /** + * Optional. Immutable. The visibility of the combined curation package fee and data segment fees + * (the total curation fee). + * @return value or {@code null} for none + */ + public java.lang.String getCurationFeeVisibility() { + return curationFeeVisibility; + } + + /** + * Optional. Immutable. The visibility of the combined curation package fee and data segment fees + * (the total curation fee). + * @param curationFeeVisibility curationFeeVisibility or {@code null} for none + */ + public CuratedPackage setCurationFeeVisibility(java.lang.String curationFeeVisibility) { + this.curationFeeVisibility = curationFeeVisibility; + return this; + } + /** * Optional. A description of the curated package, provided by the curator. * @return value or {@code null} for none diff --git a/clients/google-api-services-authorizedbuyersmarketplace/v1alpha/2.0.0/pom.xml b/clients/google-api-services-authorizedbuyersmarketplace/v1alpha/2.0.0/pom.xml index 551d14d74c2..2e014d1cf84 100644 --- a/clients/google-api-services-authorizedbuyersmarketplace/v1alpha/2.0.0/pom.xml +++ b/clients/google-api-services-authorizedbuyersmarketplace/v1alpha/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-authorizedbuyersmarketplace - v1alpha-rev20260716-2.0.0 - Authorized Buyers Marketplace API v1alpha-rev20260716-2.0.0 + v1alpha-rev20260723-2.0.0 + Authorized Buyers Marketplace API v1alpha-rev20260723-2.0.0 jar 2011 diff --git a/clients/google-api-services-authorizedbuyersmarketplace/v1alpha/README.md b/clients/google-api-services-authorizedbuyersmarketplace/v1alpha/README.md index 4163dd1e5df..419417d6084 100644 --- a/clients/google-api-services-authorizedbuyersmarketplace/v1alpha/README.md +++ b/clients/google-api-services-authorizedbuyersmarketplace/v1alpha/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-authorizedbuyersmarketplace - v1alpha-rev20260716-2.0.0 + v1alpha-rev20260723-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20260716-2.0.0' + implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20260723-2.0.0' } ``` diff --git a/clients/google-api-services-authorizedbuyersmarketplace/v1beta/2.0.0/README.md b/clients/google-api-services-authorizedbuyersmarketplace/v1beta/2.0.0/README.md index 421b39a46b3..0d34650b476 100644 --- a/clients/google-api-services-authorizedbuyersmarketplace/v1beta/2.0.0/README.md +++ b/clients/google-api-services-authorizedbuyersmarketplace/v1beta/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-authorizedbuyersmarketplace - v1beta-rev20260716-2.0.0 + v1beta-rev20260723-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1beta-rev20260716-2.0.0' + implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1beta-rev20260723-2.0.0' } ``` diff --git a/clients/google-api-services-authorizedbuyersmarketplace/v1beta/2.0.0/com/google/api/services/authorizedbuyersmarketplace/v1beta/model/CuratedPackage.java b/clients/google-api-services-authorizedbuyersmarketplace/v1beta/2.0.0/com/google/api/services/authorizedbuyersmarketplace/v1beta/model/CuratedPackage.java index 0860f23815d..397901aafdb 100644 --- a/clients/google-api-services-authorizedbuyersmarketplace/v1beta/2.0.0/com/google/api/services/authorizedbuyersmarketplace/v1beta/model/CuratedPackage.java +++ b/clients/google-api-services-authorizedbuyersmarketplace/v1beta/2.0.0/com/google/api/services/authorizedbuyersmarketplace/v1beta/model/CuratedPackage.java @@ -47,6 +47,14 @@ public final class CuratedPackage extends com.google.api.client.json.GenericJson @com.google.api.client.util.Key private String createTime; + /** + * Optional. Immutable. The visibility of the combined curation package fee and data segment fees + * (the total curation fee). + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String curationFeeVisibility; + /** * Optional. A description of the curated package, provided by the curator. * The value may be {@code null}. @@ -157,6 +165,25 @@ public CuratedPackage setCreateTime(String createTime) { return this; } + /** + * Optional. Immutable. The visibility of the combined curation package fee and data segment fees + * (the total curation fee). + * @return value or {@code null} for none + */ + public java.lang.String getCurationFeeVisibility() { + return curationFeeVisibility; + } + + /** + * Optional. Immutable. The visibility of the combined curation package fee and data segment fees + * (the total curation fee). + * @param curationFeeVisibility curationFeeVisibility or {@code null} for none + */ + public CuratedPackage setCurationFeeVisibility(java.lang.String curationFeeVisibility) { + this.curationFeeVisibility = curationFeeVisibility; + return this; + } + /** * Optional. A description of the curated package, provided by the curator. * @return value or {@code null} for none diff --git a/clients/google-api-services-authorizedbuyersmarketplace/v1beta/2.0.0/pom.xml b/clients/google-api-services-authorizedbuyersmarketplace/v1beta/2.0.0/pom.xml index f69ed6e30fa..93193113e58 100644 --- a/clients/google-api-services-authorizedbuyersmarketplace/v1beta/2.0.0/pom.xml +++ b/clients/google-api-services-authorizedbuyersmarketplace/v1beta/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-authorizedbuyersmarketplace - v1beta-rev20260716-2.0.0 - Authorized Buyers Marketplace API v1beta-rev20260716-2.0.0 + v1beta-rev20260723-2.0.0 + Authorized Buyers Marketplace API v1beta-rev20260723-2.0.0 jar 2011 diff --git a/clients/google-api-services-authorizedbuyersmarketplace/v1beta/README.md b/clients/google-api-services-authorizedbuyersmarketplace/v1beta/README.md index 421b39a46b3..0d34650b476 100644 --- a/clients/google-api-services-authorizedbuyersmarketplace/v1beta/README.md +++ b/clients/google-api-services-authorizedbuyersmarketplace/v1beta/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-authorizedbuyersmarketplace - v1beta-rev20260716-2.0.0 + v1beta-rev20260723-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1beta-rev20260716-2.0.0' + implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1beta-rev20260723-2.0.0' } ```