Interface DatabaseCharacterSetOrBuilder (0.29.0)

public interface DatabaseCharacterSetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCharacterSet()

public abstract String getCharacterSet()

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

string character_set = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The characterSet.

getCharacterSetBytes()

public abstract ByteString getCharacterSetBytes()

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

string character_set = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for characterSet.

getCharacterSetType()

public abstract DatabaseCharacterSet.CharacterSetType getCharacterSetType()

Output only. The character set type for the Database.

.google.cloud.oracledatabase.v1.DatabaseCharacterSet.CharacterSetType character_set_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DatabaseCharacterSet.CharacterSetType

The characterSetType.

getCharacterSetTypeValue()

public abstract int getCharacterSetTypeValue()

Output only. The character set type for the Database.

.google.cloud.oracledatabase.v1.DatabaseCharacterSet.CharacterSetType character_set_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for characterSetType.

getName()

public abstract String getName()

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

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

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

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.