Database(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Message describing Database object.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
name |
str
Identifier. Name of the resource in the form of projects/{project}/locations/{location}/clusters/{cluster}/databases/{database} .
|
charset |
str
Optional. Immutable. Charset for the database. This field can contain any PostgreSQL supported charset name. Example values include "UTF8", "SQL_ASCII", etc. |
collation |
str
Optional. Immutable. lc_collate for the database. String sort order. Example values include "C", "POSIX", etc. |
character_type |
str
Optional. Immutable. lc_ctype for the database. Character classification (What is a letter? The upper-case equivalent?). Example values include "C", "POSIX", etc. |
database_template |
str
Input only. Immutable. Template of the database to be used for creating a new database. |
is_template_database |
bool
Optional. Whether the database is a template database. This field is a member of oneof _ _is_template_database .
|