Skip to content

Commit b79d8e8

Browse files
1 parent 822bd9a commit b79d8e8

File tree

6 files changed

+30
-21
lines changed

6 files changed

+30
-21
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-rev20250811-2.0.0</version>
25+
<version>v1-rev20250824-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-rev20250811-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1-rev20250824-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: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -595,15 +595,17 @@ public Create setParent(java.lang.String parent) {
595595
* Required. The ID to use for the database, which will become the final component of the
596596
* database's resource name. This value should be 4-63 characters. Valid characters are
597597
* /a-z-/ with first character a letter and the last a letter or a number. Must not be UUID-
598-
* like /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database ID is also valid.
598+
* like /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database ID is also valid
599+
* if the database is Standard edition.
599600
*/
600601
@com.google.api.client.util.Key
601602
private java.lang.String databaseId;
602603

603604
/** Required. The ID to use for the database, which will become the final component of the database's
604605
resource name. This value should be 4-63 characters. Valid characters are /a-z-/ with first
605606
character a letter and the last a letter or a number. Must not be UUID-like
606-
/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database ID is also valid.
607+
/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database ID is also valid if the database
608+
is Standard edition.
607609
*/
608610
public java.lang.String getDatabaseId() {
609611
return databaseId;
@@ -613,7 +615,8 @@ public java.lang.String getDatabaseId() {
613615
* Required. The ID to use for the database, which will become the final component of the
614616
* database's resource name. This value should be 4-63 characters. Valid characters are
615617
* /a-z-/ with first character a letter and the last a letter or a number. Must not be UUID-
616-
* like /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database ID is also valid.
618+
* like /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database ID is also valid
619+
* if the database is Standard edition.
617620
*/
618621
public Create setDatabaseId(java.lang.String databaseId) {
619622
this.databaseId = databaseId;
@@ -8848,22 +8851,22 @@ public List setName(java.lang.String name) {
88488851
}
88498852

88508853
/**
8851-
* Optional. A list of extra location types that should be used as conditions for
8852-
* controlling the visibility of the locations.
8854+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
8855+
* documented otherwise. This is primarily for internal usage.
88538856
*/
88548857
@com.google.api.client.util.Key
88558858
private java.util.List<java.lang.String> extraLocationTypes;
88568859

8857-
/** Optional. A list of extra location types that should be used as conditions for controlling the
8858-
visibility of the locations.
8860+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
8861+
otherwise. This is primarily for internal usage.
88598862
*/
88608863
public java.util.List<java.lang.String> getExtraLocationTypes() {
88618864
return extraLocationTypes;
88628865
}
88638866

88648867
/**
8865-
* Optional. A list of extra location types that should be used as conditions for
8866-
* controlling the visibility of the locations.
8868+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
8869+
* documented otherwise. This is primarily for internal usage.
88678870
*/
88688871
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
88698872
this.extraLocationTypes = extraLocationTypes;

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ public final class GoogleFirestoreAdminV1CloneDatabaseRequest extends com.google
3434
* database's resource name. This database ID must not be associated with an existing database.
3535
* This value should be 4-63 characters. Valid characters are /a-z-/ with first character a letter
3636
* and the last a letter or a number. Must not be UUID-like
37-
* /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database ID is also valid.
37+
* /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database ID is also valid if the
38+
* database is Standard edition.
3839
* The value may be {@code null}.
3940
*/
4041
@com.google.api.client.util.Key
@@ -70,7 +71,8 @@ public final class GoogleFirestoreAdminV1CloneDatabaseRequest extends com.google
7071
* database's resource name. This database ID must not be associated with an existing database.
7172
* This value should be 4-63 characters. Valid characters are /a-z-/ with first character a letter
7273
* and the last a letter or a number. Must not be UUID-like
73-
* /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database ID is also valid.
74+
* /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database ID is also valid if the
75+
* database is Standard edition.
7476
* @return value or {@code null} for none
7577
*/
7678
public java.lang.String getDatabaseId() {
@@ -82,7 +84,8 @@ public java.lang.String getDatabaseId() {
8284
* database's resource name. This database ID must not be associated with an existing database.
8385
* This value should be 4-63 characters. Valid characters are /a-z-/ with first character a letter
8486
* and the last a letter or a number. Must not be UUID-like
85-
* /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database ID is also valid.
87+
* /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database ID is also valid if the
88+
* database is Standard edition.
8689
* @param databaseId databaseId or {@code null} for none
8790
*/
8891
public GoogleFirestoreAdminV1CloneDatabaseRequest setDatabaseId(java.lang.String databaseId) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ public final class GoogleFirestoreAdminV1RestoreDatabaseRequest extends com.goog
4343
* database's resource name. This database ID must not be associated with an existing database.
4444
* This value should be 4-63 characters. Valid characters are /a-z-/ with first character a letter
4545
* and the last a letter or a number. Must not be UUID-like
46-
* /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database ID is also valid.
46+
* /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database ID is also valid if the
47+
* database is Standard edition.
4748
* The value may be {@code null}.
4849
*/
4950
@com.google.api.client.util.Key
@@ -92,7 +93,8 @@ public GoogleFirestoreAdminV1RestoreDatabaseRequest setBackup(java.lang.String b
9293
* database's resource name. This database ID must not be associated with an existing database.
9394
* This value should be 4-63 characters. Valid characters are /a-z-/ with first character a letter
9495
* and the last a letter or a number. Must not be UUID-like
95-
* /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database ID is also valid.
96+
* /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database ID is also valid if the
97+
* database is Standard edition.
9698
* @return value or {@code null} for none
9799
*/
98100
public java.lang.String getDatabaseId() {
@@ -104,7 +106,8 @@ public java.lang.String getDatabaseId() {
104106
* database's resource name. This database ID must not be associated with an existing database.
105107
* This value should be 4-63 characters. Valid characters are /a-z-/ with first character a letter
106108
* and the last a letter or a number. Must not be UUID-like
107-
* /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database ID is also valid.
109+
* /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database ID is also valid if the
110+
* database is Standard edition.
108111
* @param databaseId databaseId or {@code null} for none
109112
*/
110113
public GoogleFirestoreAdminV1RestoreDatabaseRequest setDatabaseId(java.lang.String databaseId) {

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

0 commit comments

Comments
 (0)