Database

Message describing Database object.

JSON representation
{
  "name": string,
  "charset": string,
  "collation": string,
  "characterType": string,
  "isTemplate": boolean,
  "databaseTemplate": string,
  "isTemplateDatabase": boolean
}
Fields
name

string

Identifier. Name of the resource in the form of projects/{project}/locations/{location}/clusters/{cluster}/databases/{database}.

charset

string

Optional. Immutable. Charset for the database. This field can contain any PostgreSQL supported charset name. Example values include "UTF8", "SQL_ASCII", etc.

collation

string

Optional. Immutable. lc_collate for the database. String sort order. Example values include "C", "POSIX", etc.

characterType

string

Optional. Immutable. lc_ctype for the database. Character classification (What is a letter? The upper-case equivalent?). Example values include "C", "POSIX", etc.

isTemplate
(deprecated)

boolean

Optional. Whether the database is a template database. Deprecated in favor of isTemplateDatabase.

databaseTemplate

string

Input only. Immutable. Template of the database to be used for creating a new database.

isTemplateDatabase

boolean

Optional. Whether the database is a template database.