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 8320c31b16a..70f53ee26ae 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-rev20260529-2.0.0
+ v1-rev20260608-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-firestore:v1-rev20260529-2.0.0'
+ implementation 'com.google.apis:google-api-services-firestore:v1-rev20260608-2.0.0'
}
```
diff --git a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/ExecutePipelineRequest.java b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/ExecutePipelineRequest.java
index 8541d26fbf8..c1d14abeaf6 100644
--- a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/ExecutePipelineRequest.java
+++ b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/ExecutePipelineRequest.java
@@ -29,6 +29,14 @@
@SuppressWarnings("javadoc")
public final class ExecutePipelineRequest extends com.google.api.client.json.GenericJson {
+ /**
+ * Optional. Automatically commits the transaction after the pipeline has been executed. Only
+ * permitted in combination with `transaction` or `new_transaction`.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean autoCommitTransaction;
+
/**
* Execute the pipeline in a new transaction. The identifier of the newly created transaction will
* be returned in the first response on the stream. This defaults to a read-only transaction.
@@ -61,6 +69,25 @@ public final class ExecutePipelineRequest extends com.google.api.client.json.Gen
@com.google.api.client.util.Key
private java.lang.String transaction;
+ /**
+ * Optional. Automatically commits the transaction after the pipeline has been executed. Only
+ * permitted in combination with `transaction` or `new_transaction`.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Boolean getAutoCommitTransaction() {
+ return autoCommitTransaction;
+ }
+
+ /**
+ * Optional. Automatically commits the transaction after the pipeline has been executed. Only
+ * permitted in combination with `transaction` or `new_transaction`.
+ * @param autoCommitTransaction autoCommitTransaction or {@code null} for none
+ */
+ public ExecutePipelineRequest setAutoCommitTransaction(java.lang.Boolean autoCommitTransaction) {
+ this.autoCommitTransaction = autoCommitTransaction;
+ return this;
+ }
+
/**
* Execute the pipeline in a new transaction. The identifier of the newly created transaction will
* be returned in the first response on the stream. This defaults to a read-only transaction.
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 0ebb7993d01..70c0a264681 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-rev20260529-2.0.0
- Cloud Firestore API v1-rev20260529-2.0.0
+ v1-rev20260608-2.0.0
+ Cloud Firestore API v1-rev20260608-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 8320c31b16a..70f53ee26ae 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-rev20260529-2.0.0
+ v1-rev20260608-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-firestore:v1-rev20260529-2.0.0'
+ implementation 'com.google.apis:google-api-services-firestore:v1-rev20260608-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 67e3a562163..fb5d6f817fc 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-rev20260427-2.0.0
+ v1beta1-rev20260608-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260427-2.0.0'
+ implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260608-2.0.0'
}
```
diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/ExecutePipelineRequest.java b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/ExecutePipelineRequest.java
index 549e36b650c..bb993e14e14 100644
--- a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/ExecutePipelineRequest.java
+++ b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/ExecutePipelineRequest.java
@@ -29,6 +29,14 @@
@SuppressWarnings("javadoc")
public final class ExecutePipelineRequest extends com.google.api.client.json.GenericJson {
+ /**
+ * Optional. Automatically commits the transaction after the pipeline has been executed. Only
+ * permitted in combination with `transaction` or `new_transaction`.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean autoCommitTransaction;
+
/**
* Execute the pipeline in a new transaction. The identifier of the newly created transaction will
* be returned in the first response on the stream. This defaults to a read-only transaction.
@@ -61,6 +69,25 @@ public final class ExecutePipelineRequest extends com.google.api.client.json.Gen
@com.google.api.client.util.Key
private java.lang.String transaction;
+ /**
+ * Optional. Automatically commits the transaction after the pipeline has been executed. Only
+ * permitted in combination with `transaction` or `new_transaction`.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Boolean getAutoCommitTransaction() {
+ return autoCommitTransaction;
+ }
+
+ /**
+ * Optional. Automatically commits the transaction after the pipeline has been executed. Only
+ * permitted in combination with `transaction` or `new_transaction`.
+ * @param autoCommitTransaction autoCommitTransaction or {@code null} for none
+ */
+ public ExecutePipelineRequest setAutoCommitTransaction(java.lang.Boolean autoCommitTransaction) {
+ this.autoCommitTransaction = autoCommitTransaction;
+ return this;
+ }
+
/**
* Execute the pipeline in a new transaction. The identifier of the newly created transaction will
* be returned in the first response on the stream. This defaults to a read-only transaction.
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 83ec2a86066..c087ca94a85 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-rev20260427-2.0.0
- Cloud Firestore API v1beta1-rev20260427-2.0.0
+ v1beta1-rev20260608-2.0.0
+ Cloud Firestore API v1beta1-rev20260608-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 67e3a562163..fb5d6f817fc 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-rev20260427-2.0.0
+ v1beta1-rev20260608-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260427-2.0.0'
+ implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260608-2.0.0'
}
```