Class: Google::Cloud::OracleDatabase::V1::AutonomousDatabaseCharacterSet
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::AutonomousDatabaseCharacterSet
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/autonomous_database_character_set.rb
Overview
Details of the Autonomous Database character set resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/
Defined Under Namespace
Modules: CharacterSetType
Instance Attribute Summary collapse
-
#character_set ⇒ ::String
readonly
Output only.
-
#character_set_type ⇒ ::Google::Cloud::OracleDatabase::V1::AutonomousDatabaseCharacterSet::CharacterSetType
readonly
Output only.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#character_set ⇒ ::String (readonly)
Returns Output only. The character set name for the Autonomous Database which is the ID in the resource name.
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database_character_set.rb', line 38 class AutonomousDatabaseCharacterSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of character set an Autonomous Database can have. module CharacterSetType # Character set type is not specified. CHARACTER_SET_TYPE_UNSPECIFIED = 0 # Character set type is set to database. DATABASE = 1 # Character set type is set to national. NATIONAL = 2 end end |
#character_set_type ⇒ ::Google::Cloud::OracleDatabase::V1::AutonomousDatabaseCharacterSet::CharacterSetType (readonly)
Returns Output only. The character set type for the Autonomous Database.
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database_character_set.rb', line 38 class AutonomousDatabaseCharacterSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of character set an Autonomous Database can have. module CharacterSetType # Character set type is not specified. CHARACTER_SET_TYPE_UNSPECIFIED = 0 # Character set type is set to database. DATABASE = 1 # Character set type is set to national. NATIONAL = 2 end end |
#name ⇒ ::String
Returns Identifier. The name of the Autonomous Database Character Set resource in the following format: projects/{project}/locations/{region}/autonomousDatabaseCharacterSets/{autonomous_database_character_set}.
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database_character_set.rb', line 38 class AutonomousDatabaseCharacterSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of character set an Autonomous Database can have. module CharacterSetType # Character set type is not specified. CHARACTER_SET_TYPE_UNSPECIFIED = 0 # Character set type is set to database. DATABASE = 1 # Character set type is set to national. NATIONAL = 2 end end |