Google Cloud Oracle Database V1 Client - Class DatabaseCharacterSet (0.8.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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}

Returns
Type Description
string

setName

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

Parameter
Name Description
var string
Returns
Type Description
$this

getCharacterSetType

Output only. The character set type for the Database.

Returns
Type Description
int Enum of type CharacterSetType.

setCharacterSetType

Output only. The character set type for the Database.

Parameter
Name Description
var int

Enum of type CharacterSetType.

Returns
Type Description
$this

getCharacterSet

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

Returns
Type Description
string

setCharacterSet

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

Parameter
Name Description
var string
Returns
Type Description
$this