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 added:
- schemas.GoogleFirestoreAdminV1RestoreDatabaseMetadata (Total Keys: 9)
#### firestore:v1beta1
The following keys were added:
- schemas.GoogleFirestoreAdminV1RestoreDatabaseMetadata (Total Keys: 9)
#### firestore:v1beta2
The following keys were added:
- schemas.GoogleFirestoreAdminV1RestoreDatabaseMetadata (Total Keys: 9)
<pclass="firstline">Lists the field configuration and metadata for this database. Currently, FirestoreAdmin.ListFields only supports listing fields that have been explicitly overridden. To issue this query, call FirestoreAdmin.ListFields with the filter set to `indexConfig.usesAncestorConfig:false` .</p>
85
+
<pclass="firstline">Lists the field configuration and metadata for this database. Currently, FirestoreAdmin.ListFields only supports listing fields that have been explicitly overridden. To issue this query, call FirestoreAdmin.ListFields with the filter set to `indexConfig.usesAncestorConfig:false or `ttlConfig:*`.</p>
<pre>Lists the field configuration and metadata for this database. Currently, FirestoreAdmin.ListFields only supports listing fields that have been explicitly overridden. To issue this query, call FirestoreAdmin.ListFields with the filter set to `indexConfig.usesAncestorConfig:false` .
142
+
<pre>Lists the field configuration and metadata for this database. Currently, FirestoreAdmin.ListFields only supports listing fields that have been explicitly overridden. To issue this query, call FirestoreAdmin.ListFields with the filter set to `indexConfig.usesAncestorConfig:false or `ttlConfig:*`.
143
143
144
144
Args:
145
145
parent: string, Required. A parent name of the form `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}` (required)
Copy file name to clipboardExpand all lines: docs/dyn/firestore_v1.projects.databases.documents.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ <h3>Method Details</h3>
163
163
"readOnly": { # Options for a transaction that can only be used to read documents. # The transaction can only be used for read operations.
164
164
"readTime": "A String", # Reads documents at the given time. This may not be older than 60 seconds.
165
165
},
166
-
"readWrite": { # Options for a transaction that can be used to read and write documents. # The transaction can be used for both read and write operations.
166
+
"readWrite": { # Options for a transaction that can be used to read and write documents. Firestore does not allow 3rd party auth requests to create read-write. transactions. # The transaction can be used for both read and write operations.
167
167
"retryTransaction": "A String", # An optional transaction to retry.
168
168
},
169
169
},
@@ -524,7 +524,7 @@ <h3>Method Details</h3>
524
524
"readOnly": { # Options for a transaction that can only be used to read documents. # The transaction can only be used for read operations.
525
525
"readTime": "A String", # Reads documents at the given time. This may not be older than 60 seconds.
526
526
},
527
-
"readWrite": { # Options for a transaction that can be used to read and write documents. # The transaction can be used for both read and write operations.
527
+
"readWrite": { # Options for a transaction that can be used to read and write documents. Firestore does not allow 3rd party auth requests to create read-write. transactions. # The transaction can be used for both read and write operations.
528
528
"retryTransaction": "A String", # An optional transaction to retry.
529
529
},
530
530
},
@@ -1754,7 +1754,7 @@ <h3>Method Details</h3>
1754
1754
"readOnly": { # Options for a transaction that can only be used to read documents. # The transaction can only be used for read operations.
1755
1755
"readTime": "A String", # Reads documents at the given time. This may not be older than 60 seconds.
1756
1756
},
1757
-
"readWrite": { # Options for a transaction that can be used to read and write documents. # The transaction can be used for both read and write operations.
1757
+
"readWrite": { # Options for a transaction that can be used to read and write documents. Firestore does not allow 3rd party auth requests to create read-write. transactions. # The transaction can be used for both read and write operations.
1758
1758
"retryTransaction": "A String", # An optional transaction to retry.
1759
1759
},
1760
1760
},
@@ -1955,7 +1955,7 @@ <h3>Method Details</h3>
1955
1955
"readOnly": { # Options for a transaction that can only be used to read documents. # The transaction can only be used for read operations.
1956
1956
"readTime": "A String", # Reads documents at the given time. This may not be older than 60 seconds.
1957
1957
},
1958
-
"readWrite": { # Options for a transaction that can be used to read and write documents. # The transaction can be used for both read and write operations.
1958
+
"readWrite": { # Options for a transaction that can be used to read and write documents. Firestore does not allow 3rd party auth requests to create read-write. transactions. # The transaction can be used for both read and write operations.
1959
1959
"retryTransaction": "A String", # An optional transaction to retry.
Copy file name to clipboardExpand all lines: docs/dyn/firestore_v1.projects.databases.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153
153
"versionRetentionPeriod": "A String", # Output only. The period during which past versions of data are retained in the database. Any read or query can specify a `read_time` within this window, and will read the state of the database at that time. If the PITR feature is enabled, the retention period is 7 days. Otherwise, the retention period is 1 hour.
154
154
}
155
155
156
-
databaseId: string, Required. The ID to use for the database, which will become the final component of the database's resource name. The value must be set to "(default)".
156
+
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.
0 commit comments