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 the process for creating a new database using a POST request to the specified URL, adhering to gRPC Transcoding syntax."],["The request requires a `parent` path parameter, specifying the project, location, and catalog where the database will reside, along with a `databaseId` query parameter to identify the database."],["The request body must contain the configuration for the database, and upon success, the response body will contain the newly created database's details."],["Creating a database requires one of the listed OAuth scopes for authorization and the `biglake.databases.create` IAM permission on the `parent` resource."]]],[]]