Interface AutonomousDatabaseCharacterSetOrBuilder (0.1.0)

public interface AutonomousDatabaseCharacterSetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCharacterSet()

public abstract String getCharacterSet()

Output only. The character set name for the Autonomous 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 Autonomous 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 AutonomousDatabaseCharacterSet.CharacterSetType getCharacterSetType()

Output only. The character set type for the Autonomous Database.

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

Returns
Type Description
AutonomousDatabaseCharacterSet.CharacterSetType

The characterSetType.

getCharacterSetTypeValue()

public abstract int getCharacterSetTypeValue()

Output only. The character set type for the Autonomous Database.

.google.cloud.oracledatabase.v1.AutonomousDatabaseCharacterSet.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 Autonomous Database Character Set resource in the following format: projects/{project}/locations/{region}/autonomousDatabaseCharacterSets/{autonomous_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 Autonomous Database Character Set resource in the following format: projects/{project}/locations/{region}/autonomousDatabaseCharacterSets/{autonomous_database_character_set}

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

Returns
Type Description
ByteString

The bytes for name.