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
#### firestore:v1
The following keys were deleted:
- schemas.GoogleFirestoreAdminV1Database.properties.earliestVersionTime (Total Keys: 3)
The following keys were added:
- schemas.GoogleFirestoreAdminV1UpdateDatabaseMetadata (Total Keys: 2)
#### firestore:v1beta1
The following keys were added:
- schemas.GoogleFirestoreAdminV1UpdateDatabaseMetadata (Total Keys: 2)
#### firestore:v1beta2
The following keys were added:
- schemas.GoogleFirestoreAdminV1UpdateDatabaseMetadata (Total Keys: 2)
Copy file name to clipboardExpand all lines: docs/dyn/firestore_v1.projects.databases.html
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,6 @@ <h3>Method Details</h3>
174
174
175
175
{ # A Cloud Firestore Database. Currently only one database is allowed per cloud project; this database must have a `database_id` of '(default)'.
176
176
"concurrencyMode": "A String", # The concurrency control mode to use for this database.
177
-
"earliestVersionTime": "A String", # Output only. The earliest timestamp at which older versions of the data can be read from the database. See [version_retention_period] above; this field is populated with `now - version_retention_period`. This value is continuously updated, and becomes stale the moment it is queried. If you are using this value to recover data, make sure to account for the time from the moment when the value is queried to the moment when you initiate the recovery. Note that you should not need to query this field: if you know the `version_retention_period` then you can query within that time.
178
177
"etag": "A String", # This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
179
178
"locationId": "A String", # The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.
180
179
"name": "A String", # The resource name of the Database. Format: `projects/{project}/databases/{database}`
@@ -245,7 +244,6 @@ <h3>Method Details</h3>
245
244
"databases": [ # The databases in the project.
246
245
{ # A Cloud Firestore Database. Currently only one database is allowed per cloud project; this database must have a `database_id` of '(default)'.
247
246
"concurrencyMode": "A String", # The concurrency control mode to use for this database.
248
-
"earliestVersionTime": "A String", # Output only. The earliest timestamp at which older versions of the data can be read from the database. See [version_retention_period] above; this field is populated with `now - version_retention_period`. This value is continuously updated, and becomes stale the moment it is queried. If you are using this value to recover data, make sure to account for the time from the moment when the value is queried to the moment when you initiate the recovery. Note that you should not need to query this field: if you know the `version_retention_period` then you can query within that time.
249
247
"etag": "A String", # This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
250
248
"locationId": "A String", # The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.
251
249
"name": "A String", # The resource name of the Database. Format: `projects/{project}/databases/{database}`
@@ -266,7 +264,6 @@ <h3>Method Details</h3>
266
264
267
265
{ # A Cloud Firestore Database. Currently only one database is allowed per cloud project; this database must have a `database_id` of '(default)'.
268
266
"concurrencyMode": "A String", # The concurrency control mode to use for this database.
269
-
"earliestVersionTime": "A String", # Output only. The earliest timestamp at which older versions of the data can be read from the database. See [version_retention_period] above; this field is populated with `now - version_retention_period`. This value is continuously updated, and becomes stale the moment it is queried. If you are using this value to recover data, make sure to account for the time from the moment when the value is queried to the moment when you initiate the recovery. Note that you should not need to query this field: if you know the `version_retention_period` then you can query within that time.
270
267
"etag": "A String", # This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
271
268
"locationId": "A String", # The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.
272
269
"name": "A String", # The resource name of the Database. Format: `projects/{project}/databases/{database}`
0 commit comments