{"name": string,"createTime": string,"updateTime": string,"deleteTime": string,"expireTime": string,"type": enum (Type),// Union field options can be only one of the following:"hiveOptions": {object (HiveDatabaseOptions)}// End of list of possible types for union field options.}
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-05-31 UTC。"],[[["\u003cp\u003eA Database acts as a container for tables and can store information such as its name, creation time, update time, deletion time, and expiration time.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etype\u003c/code\u003e field specifies the database type, which can be unspecified or set to \u003ccode\u003eHIVE\u003c/code\u003e for compatibility with Hive Metastore tables.\u003c/p\u003e\n"],["\u003cp\u003eHiveDatabaseOptions define settings for a Hive database, including \u003ccode\u003elocationUri\u003c/code\u003e to indicate the Cloud Storage location and \u003ccode\u003eparameters\u003c/code\u003e to define user-supplied key-value pairs.\u003c/p\u003e\n"],["\u003cp\u003eDatabases can be managed through several methods, such as \u003ccode\u003ecreate\u003c/code\u003e, \u003ccode\u003edelete\u003c/code\u003e, \u003ccode\u003eget\u003c/code\u003e, \u003ccode\u003elist\u003c/code\u003e, and \u003ccode\u003epatch\u003c/code\u003e, to add, remove, retrieve, enumerate, or modify them, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation of a database includes essential fields like name, timestamps (create, update, delete, expire), type, and a union field called \u003ccode\u003eoptions\u003c/code\u003e, which for a Hive database contains the settings in \u003ccode\u003ehiveOptions\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.locations.catalogs.databases\n\n- [Resource: Database](#Database)\n - [JSON representation](#Database.SCHEMA_REPRESENTATION)\n- [HiveDatabaseOptions](#HiveDatabaseOptions)\n - [JSON representation](#HiveDatabaseOptions.SCHEMA_REPRESENTATION)\n- [Type](#Type)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Database\n------------------\n\nDatabase is the container of tables.\n\nHiveDatabaseOptions\n-------------------\n\nOptions of a Hive database.\n\nType\n----\n\nThe database type."]]