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
name: string, Required. A name of the form `projects/{project_id}/databases/{database_id}` (required)
177
177
allowMissing: boolean, If set to true and the Database is not found, the request will succeed but no action will be taken.
178
178
etag: string, The current etag of the Database. If an etag is provided and does not match the current etag of the database, deletion will be blocked and a FAILED_PRECONDITION error will be returned.
179
+
freeId: boolean, If set, will free the database_id associated with this database. uid will be used as the resource id to identify this deleted database.
179
180
validateOnly: boolean, If set, validate the request and preview the response, but do not actually delete the database.
0 commit comments