From 6add9c701cfeddcd424262e8576c930f5bd1138f Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Thu, 19 Feb 2026 18:14:26 -0800
Subject: [PATCH] chore: regenerate firestore client
---
.../v1/2.0.0/README.md | 4 +--
.../api/services/firestore/v1/Firestore.java | 15 ++++++----
.../model/GoogleFirestoreAdminV1Backup.java | 15 ++++++++--
...oogleFirestoreAdminV1LocationMetadata.java | 30 -------------------
.../GoogleFirestoreAdminV1TtlConfig.java | 7 +++--
.../v1/2.0.0/pom.xml | 4 +--
.../v1/README.md | 4 +--
.../v1beta1/2.0.0/README.md | 4 +--
.../services/firestore/v1beta1/Firestore.java | 5 ++--
.../v1beta1/2.0.0/pom.xml | 4 +--
.../v1beta1/README.md | 4 +--
.../v1beta2/2.0.0/README.md | 4 +--
.../services/firestore/v1beta2/Firestore.java | 5 ++--
.../v1beta2/2.0.0/pom.xml | 4 +--
.../v1beta2/README.md | 4 +--
15 files changed, 48 insertions(+), 65 deletions(-)
diff --git a/clients/google-api-services-firestore/v1/2.0.0/README.md b/clients/google-api-services-firestore/v1/2.0.0/README.md
index f3cbfbbcafa..347d339a0cd 100644
--- a/clients/google-api-services-firestore/v1/2.0.0/README.md
+++ b/clients/google-api-services-firestore/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-firestore
- v1-rev20260116-2.0.0
+ v1-rev20260212-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-firestore:v1-rev20260116-2.0.0'
+ implementation 'com.google.apis:google-api-services-firestore:v1-rev20260212-2.0.0'
}
```
diff --git a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/Firestore.java b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/Firestore.java
index 8865c081771..b6ea0736dad 100644
--- a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/Firestore.java
+++ b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/Firestore.java
@@ -103,7 +103,7 @@ public class Firestore extends com.google.api.client.googleapis.services.json.Ab
* {@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:
@@ -8888,7 +8888,10 @@ public Get set(String parameterName, Object value) {
}
}
/**
- * 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".
*
@@ -8912,7 +8915,10 @@ public class List extends FirestoreRequest
* 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-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/GoogleFirestoreAdminV1Backup.java b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/GoogleFirestoreAdminV1Backup.java
index e683b9b26d3..3d491548458 100644
--- a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/GoogleFirestoreAdminV1Backup.java
+++ b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/GoogleFirestoreAdminV1Backup.java
@@ -54,7 +54,10 @@ public final class GoogleFirestoreAdminV1Backup extends com.google.api.client.js
/**
* Output only. The unique resource name of the Backup. Format is
- * `projects/{project}/locations/{location}/backups/{backup}`.
+ * `projects/{project}/locations/{location}/backups/{backup}`. The location in the name will be
+ * the Standard Managed Multi-Region (SMMR) location (e.g. `us`) if the backup was created with an
+ * SMMR location, or the Google Managed Multi-Region (GMMR) location (e.g. `nam5`) if the backup
+ * was created with a GMMR location.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -137,7 +140,10 @@ public GoogleFirestoreAdminV1Backup setExpireTime(String expireTime) {
/**
* Output only. The unique resource name of the Backup. Format is
- * `projects/{project}/locations/{location}/backups/{backup}`.
+ * `projects/{project}/locations/{location}/backups/{backup}`. The location in the name will be
+ * the Standard Managed Multi-Region (SMMR) location (e.g. `us`) if the backup was created with an
+ * SMMR location, or the Google Managed Multi-Region (GMMR) location (e.g. `nam5`) if the backup
+ * was created with a GMMR location.
* @return value or {@code null} for none
*/
public java.lang.String getName() {
@@ -146,7 +152,10 @@ public java.lang.String getName() {
/**
* Output only. The unique resource name of the Backup. Format is
- * `projects/{project}/locations/{location}/backups/{backup}`.
+ * `projects/{project}/locations/{location}/backups/{backup}`. The location in the name will be
+ * the Standard Managed Multi-Region (SMMR) location (e.g. `us`) if the backup was created with an
+ * SMMR location, or the Google Managed Multi-Region (GMMR) location (e.g. `nam5`) if the backup
+ * was created with a GMMR location.
* @param name name or {@code null} for none
*/
public GoogleFirestoreAdminV1Backup setName(java.lang.String name) {
diff --git a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/GoogleFirestoreAdminV1LocationMetadata.java b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/GoogleFirestoreAdminV1LocationMetadata.java
index f9d444c31d4..7d494ce9a34 100644
--- a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/GoogleFirestoreAdminV1LocationMetadata.java
+++ b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/GoogleFirestoreAdminV1LocationMetadata.java
@@ -29,36 +29,6 @@
@SuppressWarnings("javadoc")
public final class GoogleFirestoreAdminV1LocationMetadata extends com.google.api.client.json.GenericJson {
- /**
- * The storage placements available in the location. When the location represents a Standard
- * Managed Multi-Region (SMMR) like "us", this field lists the available Google-Managed Multi-
- * Regions (GMMRs) within it, such as "nam5" or "eur3".
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key
- private java.util.List availableStoragePlacements;
-
- /**
- * The storage placements available in the location. When the location represents a Standard
- * Managed Multi-Region (SMMR) like "us", this field lists the available Google-Managed Multi-
- * Regions (GMMRs) within it, such as "nam5" or "eur3".
- * @return value or {@code null} for none
- */
- public java.util.List getAvailableStoragePlacements() {
- return availableStoragePlacements;
- }
-
- /**
- * The storage placements available in the location. When the location represents a Standard
- * Managed Multi-Region (SMMR) like "us", this field lists the available Google-Managed Multi-
- * Regions (GMMRs) within it, such as "nam5" or "eur3".
- * @param availableStoragePlacements availableStoragePlacements or {@code null} for none
- */
- public GoogleFirestoreAdminV1LocationMetadata setAvailableStoragePlacements(java.util.List availableStoragePlacements) {
- this.availableStoragePlacements = availableStoragePlacements;
- return this;
- }
-
@Override
public GoogleFirestoreAdminV1LocationMetadata set(String fieldName, Object value) {
return (GoogleFirestoreAdminV1LocationMetadata) super.set(fieldName, value);
diff --git a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/GoogleFirestoreAdminV1TtlConfig.java b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/GoogleFirestoreAdminV1TtlConfig.java
index 13b60fc2d5f..639b7f54895 100644
--- a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/GoogleFirestoreAdminV1TtlConfig.java
+++ b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/GoogleFirestoreAdminV1TtlConfig.java
@@ -19,9 +19,10 @@
/**
* The TTL (time-to-live) configuration for documents that have this `Field` set. Storing a
* timestamp value into a TTL-enabled field will be treated as the document's absolute expiration
- * time. Timestamp values in the past indicate that the document is eligible for immediate
- * expiration. Using any other data type or leaving the field absent will disable expiration for the
- * individual document.
+ * time. For Enterprise edition databases, the timestamp value may also be stored in an array value
+ * in the TTL-enabled field. Timestamp values in the past indicate that the document is eligible for
+ * immediate expiration. Using any other data type or leaving the field absent will disable
+ * expiration for the individual document.
*
* 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 Firestore API. For a detailed explanation see:
diff --git a/clients/google-api-services-firestore/v1/2.0.0/pom.xml b/clients/google-api-services-firestore/v1/2.0.0/pom.xml
index a269d814c86..b0c8ba4bec4 100644
--- a/clients/google-api-services-firestore/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-firestore/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-firestore
- v1-rev20260116-2.0.0
- Cloud Firestore API v1-rev20260116-2.0.0
+ v1-rev20260212-2.0.0
+ Cloud Firestore API v1-rev20260212-2.0.0
jar
2011
diff --git a/clients/google-api-services-firestore/v1/README.md b/clients/google-api-services-firestore/v1/README.md
index f3cbfbbcafa..347d339a0cd 100644
--- a/clients/google-api-services-firestore/v1/README.md
+++ b/clients/google-api-services-firestore/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-firestore
- v1-rev20260116-2.0.0
+ v1-rev20260212-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-firestore:v1-rev20260116-2.0.0'
+ implementation 'com.google.apis:google-api-services-firestore:v1-rev20260212-2.0.0'
}
```
diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/README.md b/clients/google-api-services-firestore/v1beta1/2.0.0/README.md
index 78281dbab36..403200b6c62 100644
--- a/clients/google-api-services-firestore/v1beta1/2.0.0/README.md
+++ b/clients/google-api-services-firestore/v1beta1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-firestore
- v1beta1-rev20260105-2.0.0
+ v1beta1-rev20260130-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260105-2.0.0'
+ implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260130-2.0.0'
}
```
diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/Firestore.java b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/Firestore.java
index d95ae3287fd..e59dcb71784 100644
--- a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/Firestore.java
+++ b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/Firestore.java
@@ -103,7 +103,7 @@ public class Firestore extends com.google.api.client.googleapis.services.json.Ab
* {@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:
@@ -4449,8 +4449,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@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:
*
diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/pom.xml b/clients/google-api-services-firestore/v1beta1/2.0.0/pom.xml
index 78a7b8a6cbf..baa4bcc7dc7 100644
--- a/clients/google-api-services-firestore/v1beta1/2.0.0/pom.xml
+++ b/clients/google-api-services-firestore/v1beta1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-firestore
- v1beta1-rev20260105-2.0.0
- Cloud Firestore API v1beta1-rev20260105-2.0.0
+ v1beta1-rev20260130-2.0.0
+ Cloud Firestore API v1beta1-rev20260130-2.0.0
jar
2011
diff --git a/clients/google-api-services-firestore/v1beta1/README.md b/clients/google-api-services-firestore/v1beta1/README.md
index 78281dbab36..403200b6c62 100644
--- a/clients/google-api-services-firestore/v1beta1/README.md
+++ b/clients/google-api-services-firestore/v1beta1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-firestore
- v1beta1-rev20260105-2.0.0
+ v1beta1-rev20260130-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260105-2.0.0'
+ implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260130-2.0.0'
}
```
diff --git a/clients/google-api-services-firestore/v1beta2/2.0.0/README.md b/clients/google-api-services-firestore/v1beta2/2.0.0/README.md
index 8e4b52c29e9..8062cc9cb18 100644
--- a/clients/google-api-services-firestore/v1beta2/2.0.0/README.md
+++ b/clients/google-api-services-firestore/v1beta2/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-firestore
- v1beta2-rev20260105-2.0.0
+ v1beta2-rev20260130-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-firestore:v1beta2-rev20260105-2.0.0'
+ implementation 'com.google.apis:google-api-services-firestore:v1beta2-rev20260130-2.0.0'
}
```
diff --git a/clients/google-api-services-firestore/v1beta2/2.0.0/com/google/api/services/firestore/v1beta2/Firestore.java b/clients/google-api-services-firestore/v1beta2/2.0.0/com/google/api/services/firestore/v1beta2/Firestore.java
index 2ae565118ed..56aa232234f 100644
--- a/clients/google-api-services-firestore/v1beta2/2.0.0/com/google/api/services/firestore/v1beta2/Firestore.java
+++ b/clients/google-api-services-firestore/v1beta2/2.0.0/com/google/api/services/firestore/v1beta2/Firestore.java
@@ -103,7 +103,7 @@ public class Firestore extends com.google.api.client.googleapis.services.json.Ab
* {@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:
@@ -1813,8 +1813,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@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:
*
diff --git a/clients/google-api-services-firestore/v1beta2/2.0.0/pom.xml b/clients/google-api-services-firestore/v1beta2/2.0.0/pom.xml
index 0aec6ea71c9..548f6df058f 100644
--- a/clients/google-api-services-firestore/v1beta2/2.0.0/pom.xml
+++ b/clients/google-api-services-firestore/v1beta2/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-firestore
- v1beta2-rev20260105-2.0.0
- Cloud Firestore API v1beta2-rev20260105-2.0.0
+ v1beta2-rev20260130-2.0.0
+ Cloud Firestore API v1beta2-rev20260130-2.0.0
jar
2011
diff --git a/clients/google-api-services-firestore/v1beta2/README.md b/clients/google-api-services-firestore/v1beta2/README.md
index 8e4b52c29e9..8062cc9cb18 100644
--- a/clients/google-api-services-firestore/v1beta2/README.md
+++ b/clients/google-api-services-firestore/v1beta2/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-firestore
- v1beta2-rev20260105-2.0.0
+ v1beta2-rev20260130-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-firestore:v1beta2-rev20260105-2.0.0'
+ implementation 'com.google.apis:google-api-services-firestore:v1beta2-rev20260130-2.0.0'
}
```