Obrigatório. O recurso pai em que esse banco de dados será criado. Formato: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}
Parâmetros de consulta
Parâmetros
databaseId
string
Obrigatório. O ID a ser usado no banco de dados, que se tornará o componente final do nome do recurso do banco de dados.
Corpo da solicitação
O corpo da solicitação contém uma instância de Database.
Corpo da resposta
Se a solicitação for bem-sucedida, o corpo da resposta incluirá uma instância de Database.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-06-10 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."]]],[]]