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: docs/dyn/firestore_v1.projects.databases.html
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -131,11 +131,14 @@ <h3>Method Details</h3>
131
131
{ # A Cloud Firestore Database. Currently only one database is allowed per cloud project; this database must have a `database_id` of '(default)'.
132
132
"appEngineIntegrationMode": "A String", # The App Engine integration mode to use for this database.
133
133
"concurrencyMode": "A String", # The concurrency control mode to use for this database.
134
+
"createTime": "A String", # Output only. The timestamp at which this database was created.
134
135
"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.
135
136
"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).
136
137
"locationId": "A String", # The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.
137
138
"name": "A String", # The resource name of the Database. Format: `projects/{project}/databases/{database}`
138
139
"type": "A String", # The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose.
140
+
"uid": "A String", # Output only. The system-generated UUID4 for this Database.
141
+
"updateTime": "A String", # Output only. The timestamp at which this database was most recently updated. Note this only includes updates to the database resource and not data contained by the database.
139
142
}
140
143
141
144
databaseId: string, Required. The ID to use for the database, which will become the final component of the database's resource name. This value should be 4-63 characters. Valid characters are /a-z-/ with first character a letter and the last a letter or a number. Must not be UUID-like /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database id is also valid.
@@ -272,11 +275,14 @@ <h3>Method Details</h3>
272
275
{ # A Cloud Firestore Database. Currently only one database is allowed per cloud project; this database must have a `database_id` of '(default)'.
273
276
"appEngineIntegrationMode": "A String", # The App Engine integration mode to use for this database.
274
277
"concurrencyMode": "A String", # The concurrency control mode to use for this database.
278
+
"createTime": "A String", # Output only. The timestamp at which this database was created.
275
279
"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.
276
280
"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).
277
281
"locationId": "A String", # The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.
278
282
"name": "A String", # The resource name of the Database. Format: `projects/{project}/databases/{database}`
279
283
"type": "A String", # The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose.
284
+
"uid": "A String", # Output only. The system-generated UUID4 for this Database.
285
+
"updateTime": "A String", # Output only. The timestamp at which this database was most recently updated. Note this only includes updates to the database resource and not data contained by the database.
280
286
}</pre>
281
287
</div>
282
288
@@ -347,11 +353,14 @@ <h3>Method Details</h3>
347
353
{ # A Cloud Firestore Database. Currently only one database is allowed per cloud project; this database must have a `database_id` of '(default)'.
348
354
"appEngineIntegrationMode": "A String", # The App Engine integration mode to use for this database.
349
355
"concurrencyMode": "A String", # The concurrency control mode to use for this database.
356
+
"createTime": "A String", # Output only. The timestamp at which this database was created.
350
357
"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.
351
358
"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).
352
359
"locationId": "A String", # The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.
353
360
"name": "A String", # The resource name of the Database. Format: `projects/{project}/databases/{database}`
354
361
"type": "A String", # The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose.
362
+
"uid": "A String", # Output only. The system-generated UUID4 for this Database.
363
+
"updateTime": "A String", # Output only. The timestamp at which this database was most recently updated. Note this only includes updates to the database resource and not data contained by the database.
355
364
},
356
365
],
357
366
}</pre>
@@ -369,11 +378,14 @@ <h3>Method Details</h3>
369
378
{ # A Cloud Firestore Database. Currently only one database is allowed per cloud project; this database must have a `database_id` of '(default)'.
370
379
"appEngineIntegrationMode": "A String", # The App Engine integration mode to use for this database.
371
380
"concurrencyMode": "A String", # The concurrency control mode to use for this database.
381
+
"createTime": "A String", # Output only. The timestamp at which this database was created.
372
382
"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.
373
383
"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).
374
384
"locationId": "A String", # The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.
375
385
"name": "A String", # The resource name of the Database. Format: `projects/{project}/databases/{database}`
376
386
"type": "A String", # The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose.
387
+
"uid": "A String", # Output only. The system-generated UUID4 for this Database.
388
+
"updateTime": "A String", # Output only. The timestamp at which this database was most recently updated. Note this only includes updates to the database resource and not data contained by the database.
377
389
}
378
390
379
391
updateMask: string, The list of fields to be updated.
<pclass="firstline">Partitions a query by returning partition cursors that can be used to run the query in parallel. The returned partition cursors are split points that can be used by RunQuery as starting/end points for the query results.</p>
<pre>Streams batches of document updates and deletes, in order.
2134
+
<pre>Streams batches of document updates and deletes, in order. This method is only available via the gRPC API (not REST).
2135
2135
2136
2136
Args:
2137
2137
database: string, Required. The database name. In the format: `projects/{project_id}/databases/{database_id}`. This is only required in the first message. (required)
"description": "Output only. The timestamp at which this database was created.",
2034
+
"format": "google-datetime",
2035
+
"readOnly": true,
2036
+
"type": "string"
2037
+
},
2032
2038
"etag": {
2033
2039
"description": "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.",
2034
2040
"type": "string"
@@ -2059,6 +2065,17 @@
2059
2065
"Firestore in Datastore Mode."
2060
2066
],
2061
2067
"type": "string"
2068
+
},
2069
+
"uid": {
2070
+
"description": "Output only. The system-generated UUID4 for this Database.",
2071
+
"readOnly": true,
2072
+
"type": "string"
2073
+
},
2074
+
"updateTime": {
2075
+
"description": "Output only. The timestamp at which this database was most recently updated. Note this only includes updates to the database resource and not data contained by the database.",
0 commit comments