Database

Message describing Database object.

JSON representation
{
  "name": string,
  "charset": string,
  "collation": string
}
Fields
name

string

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

charset

string

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

collation

string

Optional. Collation for the database. Name of the custom or native collation for postgres. Example values include "C", "POSIX", etc