Skip to content

Commit a5f3d2f

Browse files
feat(firestore): update the api
#### 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)
1 parent 6427067 commit a5f3d2f

File tree

5 files changed

+304
-239
lines changed

5 files changed

+304
-239
lines changed

docs/dyn/firestore_v1.projects.databases.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ <h3>Method Details</h3>
174174

175175
{ # A Cloud Firestore Database. Currently only one database is allowed per cloud project; this database must have a `database_id` of &#x27;(default)&#x27;.
176176
&quot;concurrencyMode&quot;: &quot;A String&quot;, # The concurrency control mode to use for this database.
177-
&quot;earliestVersionTime&quot;: &quot;A String&quot;, # 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.
178177
&quot;etag&quot;: &quot;A String&quot;, # 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.
179178
&quot;locationId&quot;: &quot;A String&quot;, # The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.
180179
&quot;name&quot;: &quot;A String&quot;, # The resource name of the Database. Format: `projects/{project}/databases/{database}`
@@ -245,7 +244,6 @@ <h3>Method Details</h3>
245244
&quot;databases&quot;: [ # The databases in the project.
246245
{ # A Cloud Firestore Database. Currently only one database is allowed per cloud project; this database must have a `database_id` of &#x27;(default)&#x27;.
247246
&quot;concurrencyMode&quot;: &quot;A String&quot;, # The concurrency control mode to use for this database.
248-
&quot;earliestVersionTime&quot;: &quot;A String&quot;, # 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.
249247
&quot;etag&quot;: &quot;A String&quot;, # 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.
250248
&quot;locationId&quot;: &quot;A String&quot;, # The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.
251249
&quot;name&quot;: &quot;A String&quot;, # The resource name of the Database. Format: `projects/{project}/databases/{database}`
@@ -266,7 +264,6 @@ <h3>Method Details</h3>
266264

267265
{ # A Cloud Firestore Database. Currently only one database is allowed per cloud project; this database must have a `database_id` of &#x27;(default)&#x27;.
268266
&quot;concurrencyMode&quot;: &quot;A String&quot;, # The concurrency control mode to use for this database.
269-
&quot;earliestVersionTime&quot;: &quot;A String&quot;, # 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.
270267
&quot;etag&quot;: &quot;A String&quot;, # 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.
271268
&quot;locationId&quot;: &quot;A String&quot;, # The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.
272269
&quot;name&quot;: &quot;A String&quot;, # The resource name of the Database. Format: `projects/{project}/databases/{database}`

0 commit comments

Comments
 (0)