You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/GoogleFirestoreAdminV1Database.java
+84Lines changed: 84 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,15 @@ public final class GoogleFirestoreAdminV1Database extends com.google.api.client.
99
99
@com.google.api.client.util.Key
100
100
privatejava.lang.Stringetag;
101
101
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
+
privatejava.lang.StringfirestoreDataAccessMode;
110
+
102
111
/**
103
112
* Output only. Background: Free tier is the ability of a Firestore database to use a small amount
104
113
* 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.
129
138
@com.google.api.client.util.Key
130
139
privatejava.lang.StringlocationId;
131
140
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.
0 commit comments