From cf0e436f107378050cbb05d52efd571c61f254b8 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Tue, 11 Aug 2026 17:48:30 -0700 Subject: [PATCH] chore: regenerate baremetalsolution client --- .../v2/2.0.0/README.md | 4 ++-- .../baremetalsolution/v2/Baremetalsolution.java | 16 ++++++++-------- .../v2/2.0.0/pom.xml | 4 ++-- .../v2/README.md | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/clients/google-api-services-baremetalsolution/v2/2.0.0/README.md b/clients/google-api-services-baremetalsolution/v2/2.0.0/README.md index 1fc4ddd54b3..6f2c153b83b 100644 --- a/clients/google-api-services-baremetalsolution/v2/2.0.0/README.md +++ b/clients/google-api-services-baremetalsolution/v2/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-baremetalsolution - v2-rev20260319-2.0.0 + v2-rev20260805-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-baremetalsolution:v2-rev20260319-2.0.0' + implementation 'com.google.apis:google-api-services-baremetalsolution:v2-rev20260805-2.0.0' } ``` diff --git a/clients/google-api-services-baremetalsolution/v2/2.0.0/com/google/api/services/baremetalsolution/v2/Baremetalsolution.java b/clients/google-api-services-baremetalsolution/v2/2.0.0/com/google/api/services/baremetalsolution/v2/Baremetalsolution.java index 11144db1b44..10224384cdf 100644 --- a/clients/google-api-services-baremetalsolution/v2/2.0.0/com/google/api/services/baremetalsolution/v2/Baremetalsolution.java +++ b/clients/google-api-services-baremetalsolution/v2/2.0.0/com/google/api/services/baremetalsolution/v2/Baremetalsolution.java @@ -314,7 +314,7 @@ public Get set(String parameterName, Object value) { } /** * Lists information about the supported locations for this service. This method lists locations - * based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global + * based on the resource scope provided in the ListLocationsRequest.name field: * **Global * locations**: If `name` is empty, the method lists the public locations available to all projects. * * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method * lists locations visible to that specific project. This includes public, private, or other @@ -345,7 +345,7 @@ public class List extends BaremetalsolutionRequest extraLocationTypes; - /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented - otherwise. This is primarily for internal usage. + /** Optional. Do not use this field unless explicitly documented otherwise. This is primarily for + internal usage. */ public java.util.List getExtraLocationTypes() { return extraLocationTypes; } /** - * Optional. Do not use this field. It is unsupported and is ignored unless explicitly - * documented otherwise. This is primarily for internal usage. + * Optional. Do not use this field unless explicitly documented otherwise. This is primarily + * for internal usage. */ public List setExtraLocationTypes(java.util.List extraLocationTypes) { this.extraLocationTypes = extraLocationTypes; diff --git a/clients/google-api-services-baremetalsolution/v2/2.0.0/pom.xml b/clients/google-api-services-baremetalsolution/v2/2.0.0/pom.xml index e0e194f4837..d595b6a5c9a 100644 --- a/clients/google-api-services-baremetalsolution/v2/2.0.0/pom.xml +++ b/clients/google-api-services-baremetalsolution/v2/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-baremetalsolution - v2-rev20260319-2.0.0 - Bare Metal Solution API v2-rev20260319-2.0.0 + v2-rev20260805-2.0.0 + Bare Metal Solution API v2-rev20260805-2.0.0 jar 2011 diff --git a/clients/google-api-services-baremetalsolution/v2/README.md b/clients/google-api-services-baremetalsolution/v2/README.md index 1fc4ddd54b3..6f2c153b83b 100644 --- a/clients/google-api-services-baremetalsolution/v2/README.md +++ b/clients/google-api-services-baremetalsolution/v2/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-baremetalsolution - v2-rev20260319-2.0.0 + v2-rev20260805-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-baremetalsolution:v2-rev20260319-2.0.0' + implementation 'com.google.apis:google-api-services-baremetalsolution:v2-rev20260805-2.0.0' } ```