Class: Google::Cloud::DataCatalog::V1::SqlDatabaseSystemSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::SqlDatabaseSystemSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Specification that applies to
entries that are part SQL_DATABASE
system
(user_specified_type)
Instance Attribute Summary collapse
-
#database_version ⇒ ::String
Version of the database engine.
-
#instance_host ⇒ ::String
Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
-
#sql_engine ⇒ ::String
SQL Database Engine.
Instance Attribute Details
#database_version ⇒ ::String
Returns Version of the database engine.
800 801 802 803 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 800 class SqlDatabaseSystemSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_host ⇒ ::String
Returns Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
800 801 802 803 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 800 class SqlDatabaseSystemSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sql_engine ⇒ ::String
Returns SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
800 801 802 803 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 800 class SqlDatabaseSystemSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |