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
<pclass="firstline">Imports documents into Google Cloud Firestore. Existing documents with the same name are overwritten. The import occurs in the background and its progress can be monitored and managed via the Operation resource that is created. If an ImportDocuments operation is cancelled, it is possible that a subset of the data has already been imported to Cloud Firestore.</p>
"concurrencyMode": "A String", # The concurrency control mode to use for this database.
148
148
"createTime": "A String", # Output only. The timestamp at which this database was created. Databases created before 2016 do not populate create_time.
149
149
"deleteProtectionState": "A String", # State of delete protection for the database.
150
+
"deleteTime": "A String", # Output only. The timestamp at which this database was soft deleted. Only set if the database has been soft deleted.
150
151
"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.
151
152
"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.
152
153
"keyPrefix": "A String", # Output only. The key_prefix for this database. This key_prefix is used, in combination with the project id ("~") to construct the application id that is returned from the Cloud Datastore APIs in Google App Engine first generation runtimes. This value may be empty in which case the appid to use for URL-encoded keys is the project_id (eg: foo instead of v~foo).
@@ -299,6 +300,7 @@ <h3>Method Details</h3>
299
300
"concurrencyMode": "A String", # The concurrency control mode to use for this database.
300
301
"createTime": "A String", # Output only. The timestamp at which this database was created. Databases created before 2016 do not populate create_time.
301
302
"deleteProtectionState": "A String", # State of delete protection for the database.
303
+
"deleteTime": "A String", # Output only. The timestamp at which this database was soft deleted. Only set if the database has been soft deleted.
302
304
"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.
303
305
"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.
304
306
"keyPrefix": "A String", # Output only. The key_prefix for this database. This key_prefix is used, in combination with the project id ("~") to construct the application id that is returned from the Cloud Datastore APIs in Google App Engine first generation runtimes. This value may be empty in which case the appid to use for URL-encoded keys is the project_id (eg: foo instead of v~foo).
parent: string, Required. A parent name of the form `projects/{project_id}` (required)
371
+
showDeleted: boolean, If true, also returns deleted resources.
369
372
x__xgafv: string, V1 error format.
370
373
Allowed values
371
374
1 - v1 error format
@@ -387,6 +390,7 @@ <h3>Method Details</h3>
387
390
"concurrencyMode": "A String", # The concurrency control mode to use for this database.
388
391
"createTime": "A String", # Output only. The timestamp at which this database was created. Databases created before 2016 do not populate create_time.
389
392
"deleteProtectionState": "A String", # State of delete protection for the database.
393
+
"deleteTime": "A String", # Output only. The timestamp at which this database was soft deleted. Only set if the database has been soft deleted.
390
394
"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.
391
395
"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.
392
396
"keyPrefix": "A String", # Output only. The key_prefix for this database. This key_prefix is used, in combination with the project id ("~") to construct the application id that is returned from the Cloud Datastore APIs in Google App Engine first generation runtimes. This value may be empty in which case the appid to use for URL-encoded keys is the project_id (eg: foo instead of v~foo).
@@ -425,6 +429,7 @@ <h3>Method Details</h3>
425
429
"concurrencyMode": "A String", # The concurrency control mode to use for this database.
426
430
"createTime": "A String", # Output only. The timestamp at which this database was created. Databases created before 2016 do not populate create_time.
427
431
"deleteProtectionState": "A String", # State of delete protection for the database.
432
+
"deleteTime": "A String", # Output only. The timestamp at which this database was soft deleted. Only set if the database has been soft deleted.
428
433
"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.
429
434
"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.
430
435
"keyPrefix": "A String", # Output only. The key_prefix for this database. This key_prefix is used, in combination with the project id ("~") to construct the application id that is returned from the Cloud Datastore APIs in Google App Engine first generation runtimes. This value may be empty in which case the appid to use for URL-encoded keys is the project_id (eg: foo instead of v~foo).
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/firestore.v1.json
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -276,6 +276,11 @@
276
276
"pattern": "^projects/[^/]+$",
277
277
"required": true,
278
278
"type": "string"
279
+
},
280
+
"showDeleted": {
281
+
"description": "If true, also returns deleted resources.",
282
+
"location": "query",
283
+
"type": "boolean"
279
284
}
280
285
},
281
286
"path": "v1/{+parent}/databases",
@@ -1672,7 +1677,7 @@
1672
1677
}
1673
1678
}
1674
1679
},
1675
-
"revision": "20240420",
1680
+
"revision": "20240430",
1676
1681
"rootUrl": "https://firestore.googleapis.com/",
1677
1682
"schemas": {
1678
1683
"Aggregation": {
@@ -2571,6 +2576,12 @@
2571
2576
],
2572
2577
"type": "string"
2573
2578
},
2579
+
"deleteTime": {
2580
+
"description": "Output only. The timestamp at which this database was soft deleted. Only set if the database has been soft deleted.",
2581
+
"format": "google-datetime",
2582
+
"readOnly": true,
2583
+
"type": "string"
2584
+
},
2574
2585
"earliestVersionTime": {
2575
2586
"description": "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.",
0 commit comments