Skip to content

Commit 7c8db0d

Browse files
1 parent ffdcc49 commit 7c8db0d

File tree

5 files changed

+18
-18
lines changed

5 files changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
public final class GoogleFirestoreAdminV1ExportDocumentsRequest extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Which collection IDs to export. Unspecified means all collections. Each collection ID in this
34-
* list must be unique.
33+
* IDs of the collection groups to export. Unspecified means all collection groups. Each
34+
* collection group in this list must be unique.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -71,17 +71,17 @@ public final class GoogleFirestoreAdminV1ExportDocumentsRequest extends com.goog
7171
private String snapshotTime;
7272

7373
/**
74-
* Which collection IDs to export. Unspecified means all collections. Each collection ID in this
75-
* list must be unique.
74+
* IDs of the collection groups to export. Unspecified means all collection groups. Each
75+
* collection group in this list must be unique.
7676
* @return value or {@code null} for none
7777
*/
7878
public java.util.List<java.lang.String> getCollectionIds() {
7979
return collectionIds;
8080
}
8181

8282
/**
83-
* Which collection IDs to export. Unspecified means all collections. Each collection ID in this
84-
* list must be unique.
83+
* IDs of the collection groups to export. Unspecified means all collection groups. Each
84+
* collection group in this list must be unique.
8585
* @param collectionIds collectionIds or {@code null} for none
8686
*/
8787
public GoogleFirestoreAdminV1ExportDocumentsRequest setCollectionIds(java.util.List<java.lang.String> collectionIds) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
public final class GoogleFirestoreAdminV1ImportDocumentsRequest extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Which collection IDs to import. Unspecified means all collections included in the import. Each
34-
* collection ID in this list must be unique.
33+
* IDs of the collection groups to import. Unspecified means all collection groups that were
34+
* included in the export. Each collection group in this list must be unique.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -57,17 +57,17 @@ public final class GoogleFirestoreAdminV1ImportDocumentsRequest extends com.goog
5757
private java.util.List<java.lang.String> namespaceIds;
5858

5959
/**
60-
* Which collection IDs to import. Unspecified means all collections included in the import. Each
61-
* collection ID in this list must be unique.
60+
* IDs of the collection groups to import. Unspecified means all collection groups that were
61+
* included in the export. Each collection group in this list must be unique.
6262
* @return value or {@code null} for none
6363
*/
6464
public java.util.List<java.lang.String> getCollectionIds() {
6565
return collectionIds;
6666
}
6767

6868
/**
69-
* Which collection IDs to import. Unspecified means all collections included in the import. Each
70-
* collection ID in this list must be unique.
69+
* IDs of the collection groups to import. Unspecified means all collection groups that were
70+
* included in the export. Each collection group in this list must be unique.
7171
* @param collectionIds collectionIds or {@code null} for none
7272
*/
7373
public GoogleFirestoreAdminV1ImportDocumentsRequest setCollectionIds(java.util.List<java.lang.String> collectionIds) {

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

0 commit comments

Comments
 (0)