From 393c7b235f769cf751bc7523bb4646410c186597 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Fri, 20 Feb 2026 12:59:32 -0800
Subject: [PATCH] chore: regenerate bigtableadmin client
---
.../v2/2.0.0/README.md | 4 +-
.../bigtableadmin/v2/BigtableAdmin.java | 15 ++++---
.../GoogleBigtableAdminV2TypeGeography.java | 44 +++++++++++++++++++
.../services/bigtableadmin/v2/model/Type.java | 24 ++++++++++
.../v2/2.0.0/pom.xml | 4 +-
.../v2/README.md | 4 +-
6 files changed, 84 insertions(+), 11 deletions(-)
create mode 100644 clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/model/GoogleBigtableAdminV2TypeGeography.java
diff --git a/clients/google-api-services-bigtableadmin/v2/2.0.0/README.md b/clients/google-api-services-bigtableadmin/v2/2.0.0/README.md
index 6829080d463..d4e36f58889 100644
--- a/clients/google-api-services-bigtableadmin/v2/2.0.0/README.md
+++ b/clients/google-api-services-bigtableadmin/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-bigtableadmin
- v2-rev20251209-2.0.0
+ v2-rev20260210-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20251209-2.0.0'
+ implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20260210-2.0.0'
}
```
diff --git a/clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/BigtableAdmin.java b/clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/BigtableAdmin.java
index 18ce18828f1..d4dfc0bd223 100644
--- a/clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/BigtableAdmin.java
+++ b/clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/BigtableAdmin.java
@@ -103,7 +103,7 @@ public class BigtableAdmin extends com.google.api.client.googleapis.services.jso
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
*
Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
*
* @param jsonFactory JSON factory, which may be:
@@ -13171,7 +13171,10 @@ public Locations locations() {
public class Locations {
/**
- * Lists information about the supported locations for this service.
+ * Lists information about the supported locations for this service. This method can be called in
+ * two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
+ * visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
+ * public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
@@ -13195,7 +13198,10 @@ public class List extends BigtableAdminRequest
* Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
- *
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
* @param jsonFactory JSON factory, which may be:
*
diff --git a/clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/model/GoogleBigtableAdminV2TypeGeography.java b/clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/model/GoogleBigtableAdminV2TypeGeography.java
new file mode 100644
index 00000000000..5ca9d4233c3
--- /dev/null
+++ b/clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/model/GoogleBigtableAdminV2TypeGeography.java
@@ -0,0 +1,44 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
+ * in compliance with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing permissions and limitations under
+ * the License.
+ */
+/*
+ * This code was generated by https://github.com/googleapis/google-api-java-client-services/
+ * Modify at your own risk.
+ */
+
+package com.google.api.services.bigtableadmin.v2.model;
+
+/**
+ * A geography type, representing a point or region on Earth. The value is stored in
+ * `Value.bytes_value` as Well-Known Binary (WKB) bytes.
+ *
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Cloud Bigtable Admin API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ *
+ *
+ * @author Google, Inc.
+ */
+@SuppressWarnings("javadoc")
+public final class GoogleBigtableAdminV2TypeGeography extends com.google.api.client.json.GenericJson {
+
+ @Override
+ public GoogleBigtableAdminV2TypeGeography set(String fieldName, Object value) {
+ return (GoogleBigtableAdminV2TypeGeography) super.set(fieldName, value);
+ }
+
+ @Override
+ public GoogleBigtableAdminV2TypeGeography clone() {
+ return (GoogleBigtableAdminV2TypeGeography) super.clone();
+ }
+
+}
diff --git a/clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/model/Type.java b/clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/model/Type.java
index 9cbbd99cf4a..7333dd3e2ae 100644
--- a/clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/model/Type.java
+++ b/clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/model/Type.java
@@ -98,6 +98,13 @@ public final class Type extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private GoogleBigtableAdminV2TypeFloat64 float64Type;
+ /**
+ * Geography
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private GoogleBigtableAdminV2TypeGeography geographyType;
+
/**
* Int64
* The value may be {@code null}.
@@ -276,6 +283,23 @@ public Type setFloat64Type(GoogleBigtableAdminV2TypeFloat64 float64Type) {
return this;
}
+ /**
+ * Geography
+ * @return value or {@code null} for none
+ */
+ public GoogleBigtableAdminV2TypeGeography getGeographyType() {
+ return geographyType;
+ }
+
+ /**
+ * Geography
+ * @param geographyType geographyType or {@code null} for none
+ */
+ public Type setGeographyType(GoogleBigtableAdminV2TypeGeography geographyType) {
+ this.geographyType = geographyType;
+ return this;
+ }
+
/**
* Int64
* @return value or {@code null} for none
diff --git a/clients/google-api-services-bigtableadmin/v2/2.0.0/pom.xml b/clients/google-api-services-bigtableadmin/v2/2.0.0/pom.xml
index e1463de45ea..1aca7988d89 100644
--- a/clients/google-api-services-bigtableadmin/v2/2.0.0/pom.xml
+++ b/clients/google-api-services-bigtableadmin/v2/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-bigtableadmin
- v2-rev20251209-2.0.0
- Cloud Bigtable Admin API v2-rev20251209-2.0.0
+ v2-rev20260210-2.0.0
+ Cloud Bigtable Admin API v2-rev20260210-2.0.0
jar
2011
diff --git a/clients/google-api-services-bigtableadmin/v2/README.md b/clients/google-api-services-bigtableadmin/v2/README.md
index 6829080d463..d4e36f58889 100644
--- a/clients/google-api-services-bigtableadmin/v2/README.md
+++ b/clients/google-api-services-bigtableadmin/v2/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-bigtableadmin
- v2-rev20251209-2.0.0
+ v2-rev20260210-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20251209-2.0.0'
+ implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20260210-2.0.0'
}
```