Skip to content

Commit 4b215d1

Browse files
chore: regenerate firestore client
1 parent 5ec85f7 commit 4b215d1

File tree

11 files changed

+30
-23
lines changed

11 files changed

+30
-23
lines changed

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-rev20260116-2.0.0</version>
25+
<version>v1-rev20260130-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-rev20260116-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1-rev20260130-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8888,7 +8888,10 @@ public Get set(String parameterName, Object value) {
88888888
}
88898889
}
88908890
/**
8891-
* Lists information about the supported locations for this service.
8891+
* Lists information about the supported locations for this service. This method can be called in
8892+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
8893+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
8894+
* public locations as well as private or other locations specifically visible to the project.
88928895
*
88938896
* Create a request for the method "locations.list".
88948897
*
@@ -8912,7 +8915,10 @@ public class List extends FirestoreRequest<com.google.api.services.firestore.v1.
89128915
java.util.regex.Pattern.compile("^projects/[^/]+$");
89138916

89148917
/**
8915-
* Lists information about the supported locations for this service.
8918+
* Lists information about the supported locations for this service. This method can be called in
8919+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
8920+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
8921+
* public locations as well as private or other locations specifically visible to the project.
89168922
*
89178923
* Create a request for the method "locations.list".
89188924
*

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919
/**
2020
* The TTL (time-to-live) configuration for documents that have this `Field` set. Storing a
2121
* timestamp value into a TTL-enabled field will be treated as the document's absolute expiration
22-
* time. Timestamp values in the past indicate that the document is eligible for immediate
23-
* expiration. Using any other data type or leaving the field absent will disable expiration for the
24-
* individual document.
22+
* time. For Enterprise edition databases, the timestamp value may also be stored in an array value
23+
* in the TTL-enabled field. Timestamp values in the past indicate that the document is eligible for
24+
* immediate expiration. Using any other data type or leaving the field absent will disable
25+
* expiration for the individual document.
2526
*
2627
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2728
* transmitted over HTTP when working with the Cloud Firestore API. For a detailed explanation see:

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-rev20260116-2.0.0</version>
12-
<name>Cloud Firestore API v1-rev20260116-2.0.0</name>
11+
<version>v1-rev20260130-2.0.0</version>
12+
<name>Cloud Firestore API v1-rev20260130-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-rev20260116-2.0.0</version>
25+
<version>v1-rev20260130-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-rev20260116-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1-rev20260130-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-rev20260105-2.0.0</version>
25+
<version>v1beta1-rev20260130-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-rev20260105-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260130-2.0.0'
3939
}
4040
```
4141

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-rev20260105-2.0.0</version>
12-
<name>Cloud Firestore API v1beta1-rev20260105-2.0.0</name>
11+
<version>v1beta1-rev20260130-2.0.0</version>
12+
<name>Cloud Firestore API v1beta1-rev20260130-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-rev20260105-2.0.0</version>
25+
<version>v1beta1-rev20260130-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-rev20260105-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260130-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firestore/v1beta2/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>v1beta2-rev20260105-2.0.0</version>
25+
<version>v1beta2-rev20260130-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:v1beta2-rev20260105-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1beta2-rev20260130-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firestore/v1beta2/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>v1beta2-rev20260105-2.0.0</version>
12-
<name>Cloud Firestore API v1beta2-rev20260105-2.0.0</name>
11+
<version>v1beta2-rev20260130-2.0.0</version>
12+
<name>Cloud Firestore API v1beta2-rev20260130-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)