public sealed class DatabaseCharacterSet : IMessage<DatabaseCharacterSet>, IEquatable<DatabaseCharacterSet>, IDeepCloneable<DatabaseCharacterSet>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class DatabaseCharacterSet.
Details of the Database character set resource.
Implements
IMessageDatabaseCharacterSet, IEquatableDatabaseCharacterSet, IDeepCloneableDatabaseCharacterSet, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
DatabaseCharacterSet()
public DatabaseCharacterSet()DatabaseCharacterSet(DatabaseCharacterSet)
public DatabaseCharacterSet(DatabaseCharacterSet other)| Parameter | |
|---|---|
| Name | Description |
other |
DatabaseCharacterSet |
Properties
CharacterSet
public string CharacterSet { get; set; }Output only. The character set name for the Database which is the ID in the resource name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CharacterSetType
public DatabaseCharacterSet.Types.CharacterSetType CharacterSetType { get; set; }Output only. The character set type for the Database.
| Property Value | |
|---|---|
| Type | Description |
DatabaseCharacterSetTypesCharacterSetType |
|
DatabaseCharacterSetName
public DatabaseCharacterSetName DatabaseCharacterSetName { get; set; }DatabaseCharacterSetName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DatabaseCharacterSetName |
|
Name
public string Name { get; set; }Identifier. The name of the Database Character Set resource in the following format: projects/{project}/locations/{region}/databaseCharacterSets/{database_character_set}
| Property Value | |
|---|---|
| Type | Description |
string |
|