REST Resource: projects.locations.databaseCharacterSets

Resource: DatabaseCharacterSet

Details of the Database character set resource.

JSON representation
{
  "name": string,
  "characterSetType": enum (CharacterSetType),
  "characterSet": string
}
Fields
name

string

Identifier. The name of the Database Character Set resource in the following format: projects/{project}/locations/{region}/databaseCharacterSets/{database_character_set}

characterSetType

enum (CharacterSetType)

Output only. The character set type for the Database.

characterSet

string

Output only. The character set name for the Database which is the ID in the resource name.

CharacterSetType

The type of character set a Database can have.

Enums
CHARACTER_SET_TYPE_UNSPECIFIED Character set type is not specified.
DATABASE Character set type is set to database.
NATIONAL Character set type is set to national.

Methods

list

List DatabaseCharacterSets for the given project and location.