Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DatabaseCharacterSet.
Details of the Database character set resource.
Generated from protobuf message google.cloud.oracledatabase.v1.DatabaseCharacterSet
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The name of the Database Character Set resource in the following format: projects/{project}/locations/{region}/databaseCharacterSets/{database_character_set}
↳ character_set_type
int
Output only. The character set type for the Database.
↳ character_set
string
Output only. The character set name for the Database which is the ID in the resource name.
getName
Identifier. The name of the Database Character Set resource in the following format: projects/{project}/locations/{region}/databaseCharacterSets/{database_character_set}
string
setName
Identifier. The name of the Database Character Set resource in the following format: projects/{project}/locations/{region}/databaseCharacterSets/{database_character_set}
var
string
$this
getCharacterSetType
Output only. The character set type for the Database.
setCharacterSetType
Output only. The character set type for the Database.
$this
getCharacterSet
Output only. The character set name for the Database which is the ID in the resource name.
string
setCharacterSet
Output only. The character set name for the Database which is the ID in the resource name.
var
string
$this

