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'
}
```