Skip to content

Commit 050ba77

Browse files
1 parent 2689b2c commit 050ba77

File tree

10 files changed

+102
-18
lines changed

10 files changed

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

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

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,15 @@ public final class GoogleFirestoreAdminV1Database extends com.google.api.client.
9999
@com.google.api.client.util.Key
100100
private java.lang.String etag;
101101

102+
/**
103+
* Optional. The Firestore API data access mode to use for this database. If not set on write: -
104+
* the default value is DATA_ACCESS_MODE_DISABLED for Enterprise Edition. - the default value is
105+
* DATA_ACCESS_MODE_ENABLED for Standard Edition.
106+
* The value may be {@code null}.
107+
*/
108+
@com.google.api.client.util.Key
109+
private java.lang.String firestoreDataAccessMode;
110+
102111
/**
103112
* Output only. Background: Free tier is the ability of a Firestore database to use a small amount
104113
* of resources every day without being charged. Once usage exceeds the free tier limit further
@@ -129,6 +138,15 @@ public final class GoogleFirestoreAdminV1Database extends com.google.api.client.
129138
@com.google.api.client.util.Key
130139
private java.lang.String locationId;
131140

141+
/**
142+
* Optional. The MongoDB compatible API data access mode to use for this database. If not set on
143+
* write, the default value is DATA_ACCESS_MODE_ENABLED for Enterprise Edition. The value is
144+
* always DATA_ACCESS_MODE_DISABLED for Standard Edition.
145+
* The value may be {@code null}.
146+
*/
147+
@com.google.api.client.util.Key
148+
private java.lang.String mongodbCompatibleDataAccessMode;
149+
132150
/**
133151
* The resource name of the Database. Format: `projects/{project}/databases/{database}`
134152
* The value may be {@code null}.
@@ -151,6 +169,13 @@ public final class GoogleFirestoreAdminV1Database extends com.google.api.client.
151169
@com.google.api.client.util.Key
152170
private java.lang.String previousId;
153171

172+
/**
173+
* Immutable. The default Realtime Updates mode to use for this database.
174+
* The value may be {@code null}.
175+
*/
176+
@com.google.api.client.util.Key
177+
private java.lang.String realtimeUpdatesMode;
178+
154179
/**
155180
* Output only. Information about the provenance of this database.
156181
* The value may be {@code null}.
@@ -366,6 +391,27 @@ public GoogleFirestoreAdminV1Database setEtag(java.lang.String etag) {
366391
return this;
367392
}
368393

394+
/**
395+
* Optional. The Firestore API data access mode to use for this database. If not set on write: -
396+
* the default value is DATA_ACCESS_MODE_DISABLED for Enterprise Edition. - the default value is
397+
* DATA_ACCESS_MODE_ENABLED for Standard Edition.
398+
* @return value or {@code null} for none
399+
*/
400+
public java.lang.String getFirestoreDataAccessMode() {
401+
return firestoreDataAccessMode;
402+
}
403+
404+
/**
405+
* Optional. The Firestore API data access mode to use for this database. If not set on write: -
406+
* the default value is DATA_ACCESS_MODE_DISABLED for Enterprise Edition. - the default value is
407+
* DATA_ACCESS_MODE_ENABLED for Standard Edition.
408+
* @param firestoreDataAccessMode firestoreDataAccessMode or {@code null} for none
409+
*/
410+
public GoogleFirestoreAdminV1Database setFirestoreDataAccessMode(java.lang.String firestoreDataAccessMode) {
411+
this.firestoreDataAccessMode = firestoreDataAccessMode;
412+
return this;
413+
}
414+
369415
/**
370416
* Output only. Background: Free tier is the ability of a Firestore database to use a small amount
371417
* of resources every day without being charged. Once usage exceeds the free tier limit further
@@ -435,6 +481,27 @@ public GoogleFirestoreAdminV1Database setLocationId(java.lang.String locationId)
435481
return this;
436482
}
437483

484+
/**
485+
* Optional. The MongoDB compatible API data access mode to use for this database. If not set on
486+
* write, the default value is DATA_ACCESS_MODE_ENABLED for Enterprise Edition. The value is
487+
* always DATA_ACCESS_MODE_DISABLED for Standard Edition.
488+
* @return value or {@code null} for none
489+
*/
490+
public java.lang.String getMongodbCompatibleDataAccessMode() {
491+
return mongodbCompatibleDataAccessMode;
492+
}
493+
494+
/**
495+
* Optional. The MongoDB compatible API data access mode to use for this database. If not set on
496+
* write, the default value is DATA_ACCESS_MODE_ENABLED for Enterprise Edition. The value is
497+
* always DATA_ACCESS_MODE_DISABLED for Standard Edition.
498+
* @param mongodbCompatibleDataAccessMode mongodbCompatibleDataAccessMode or {@code null} for none
499+
*/
500+
public GoogleFirestoreAdminV1Database setMongodbCompatibleDataAccessMode(java.lang.String mongodbCompatibleDataAccessMode) {
501+
this.mongodbCompatibleDataAccessMode = mongodbCompatibleDataAccessMode;
502+
return this;
503+
}
504+
438505
/**
439506
* The resource name of the Database. Format: `projects/{project}/databases/{database}`
440507
* @return value or {@code null} for none
@@ -488,6 +555,23 @@ public GoogleFirestoreAdminV1Database setPreviousId(java.lang.String previousId)
488555
return this;
489556
}
490557

558+
/**
559+
* Immutable. The default Realtime Updates mode to use for this database.
560+
* @return value or {@code null} for none
561+
*/
562+
public java.lang.String getRealtimeUpdatesMode() {
563+
return realtimeUpdatesMode;
564+
}
565+
566+
/**
567+
* Immutable. The default Realtime Updates mode to use for this database.
568+
* @param realtimeUpdatesMode realtimeUpdatesMode or {@code null} for none
569+
*/
570+
public GoogleFirestoreAdminV1Database setRealtimeUpdatesMode(java.lang.String realtimeUpdatesMode) {
571+
this.realtimeUpdatesMode = realtimeUpdatesMode;
572+
return this;
573+
}
574+
491575
/**
492576
* Output only. Information about the provenance of this database.
493577
* @return value or {@code null} for none

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-rev20250908-2.0.0</version>
12-
<name>Cloud Firestore API v1-rev20250908-2.0.0</name>
11+
<version>v1-rev20250918-2.0.0</version>
12+
<name>Cloud Firestore API v1-rev20250918-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-rev20250908-2.0.0</version>
25+
<version>v1-rev20250918-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-rev20250908-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1-rev20250918-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-rev20250830-2.0.0</version>
25+
<version>v1beta1-rev20250918-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-rev20250830-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20250918-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-rev20250830-2.0.0</version>
12-
<name>Cloud Firestore API v1beta1-rev20250830-2.0.0</name>
11+
<version>v1beta1-rev20250918-2.0.0</version>
12+
<name>Cloud Firestore API v1beta1-rev20250918-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-rev20250830-2.0.0</version>
25+
<version>v1beta1-rev20250918-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-rev20250830-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20250918-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-rev20250830-2.0.0</version>
25+
<version>v1beta2-rev20250918-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-rev20250830-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1beta2-rev20250918-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-rev20250830-2.0.0</version>
12-
<name>Cloud Firestore API v1beta2-rev20250830-2.0.0</name>
11+
<version>v1beta2-rev20250918-2.0.0</version>
12+
<name>Cloud Firestore API v1beta2-rev20250918-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)