Skip to content

Commit 1fa0949

Browse files
1 parent b46f90f commit 1fa0949

8 files changed

Lines changed: 66 additions & 12 deletions

File tree

clients/google-api-services-firestore/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-firestore</artifactId>
25-
<version>v1-rev20260529-2.0.0</version>
25+
<version>v1-rev20260608-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-firestore:v1-rev20260529-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1-rev20260608-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/ExecutePipelineRequest.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
@SuppressWarnings("javadoc")
3030
public final class ExecutePipelineRequest extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Optional. Automatically commits the transaction after the pipeline has been executed. Only
34+
* permitted in combination with `transaction` or `new_transaction`.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.Boolean autoCommitTransaction;
39+
3240
/**
3341
* Execute the pipeline in a new transaction. The identifier of the newly created transaction will
3442
* 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
6169
@com.google.api.client.util.Key
6270
private java.lang.String transaction;
6371

72+
/**
73+
* Optional. Automatically commits the transaction after the pipeline has been executed. Only
74+
* permitted in combination with `transaction` or `new_transaction`.
75+
* @return value or {@code null} for none
76+
*/
77+
public java.lang.Boolean getAutoCommitTransaction() {
78+
return autoCommitTransaction;
79+
}
80+
81+
/**
82+
* Optional. Automatically commits the transaction after the pipeline has been executed. Only
83+
* permitted in combination with `transaction` or `new_transaction`.
84+
* @param autoCommitTransaction autoCommitTransaction or {@code null} for none
85+
*/
86+
public ExecutePipelineRequest setAutoCommitTransaction(java.lang.Boolean autoCommitTransaction) {
87+
this.autoCommitTransaction = autoCommitTransaction;
88+
return this;
89+
}
90+
6491
/**
6592
* Execute the pipeline in a new transaction. The identifier of the newly created transaction will
6693
* be returned in the first response on the stream. This defaults to a read-only transaction.

clients/google-api-services-firestore/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-firestore</artifactId>
11-
<version>v1-rev20260529-2.0.0</version>
12-
<name>Cloud Firestore API v1-rev20260529-2.0.0</name>
11+
<version>v1-rev20260608-2.0.0</version>
12+
<name>Cloud Firestore API v1-rev20260608-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-firestore/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-firestore</artifactId>
25-
<version>v1-rev20260529-2.0.0</version>
25+
<version>v1-rev20260608-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-firestore:v1-rev20260529-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1-rev20260608-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firestore/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-firestore</artifactId>
25-
<version>v1beta1-rev20260427-2.0.0</version>
25+
<version>v1beta1-rev20260608-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260427-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260608-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/ExecutePipelineRequest.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
@SuppressWarnings("javadoc")
3030
public final class ExecutePipelineRequest extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Optional. Automatically commits the transaction after the pipeline has been executed. Only
34+
* permitted in combination with `transaction` or `new_transaction`.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.Boolean autoCommitTransaction;
39+
3240
/**
3341
* Execute the pipeline in a new transaction. The identifier of the newly created transaction will
3442
* 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
6169
@com.google.api.client.util.Key
6270
private java.lang.String transaction;
6371

72+
/**
73+
* Optional. Automatically commits the transaction after the pipeline has been executed. Only
74+
* permitted in combination with `transaction` or `new_transaction`.
75+
* @return value or {@code null} for none
76+
*/
77+
public java.lang.Boolean getAutoCommitTransaction() {
78+
return autoCommitTransaction;
79+
}
80+
81+
/**
82+
* Optional. Automatically commits the transaction after the pipeline has been executed. Only
83+
* permitted in combination with `transaction` or `new_transaction`.
84+
* @param autoCommitTransaction autoCommitTransaction or {@code null} for none
85+
*/
86+
public ExecutePipelineRequest setAutoCommitTransaction(java.lang.Boolean autoCommitTransaction) {
87+
this.autoCommitTransaction = autoCommitTransaction;
88+
return this;
89+
}
90+
6491
/**
6592
* Execute the pipeline in a new transaction. The identifier of the newly created transaction will
6693
* be returned in the first response on the stream. This defaults to a read-only transaction.

clients/google-api-services-firestore/v1beta1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-firestore</artifactId>
11-
<version>v1beta1-rev20260427-2.0.0</version>
12-
<name>Cloud Firestore API v1beta1-rev20260427-2.0.0</name>
11+
<version>v1beta1-rev20260608-2.0.0</version>
12+
<name>Cloud Firestore API v1beta1-rev20260608-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-firestore/v1beta1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-firestore</artifactId>
25-
<version>v1beta1-rev20260427-2.0.0</version>
25+
<version>v1beta1-rev20260608-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260427-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260608-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)