Obbligatorio. La risorsa padre in cui verrà creato questo database. Formato: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}
I parametri di ricerca
Parametri
databaseId
string
Obbligatorio. L'ID da utilizzare per il database, che diventerà il componente finale del nome della risorsa del database.
Corpo della richiesta
Il corpo della richiesta contiene un'istanza di Database.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di Database appena creata.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-06-27 UTC."],[[["This webpage outlines how to create a new database using the BigLake API, specifically using a POST request to a designated URL."],["The process requires a `parent` path parameter indicating the project, location, and catalog for the new database."],["A `databaseId` query parameter is necessary to specify the unique ID of the database being created."],["The request and response bodies are both instances of the `Database` resource type."],["The request needs specific authorization scopes or IAM permissions, including `biglake.databases.create` on the `parent` resource."]]],[]]