Class: Google::Cloud::DataCatalog::V1::SqlDatabaseSystemSpec

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#database_version::String

Returns Version of the database engine.

Returns:

  • (::String)

    Version of the database engine.



797
798
799
800
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 797

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.

Returns:

  • (::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.



797
798
799
800
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 797

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.

Returns:

  • (::String)

    SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.



797
798
799
800
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 797

class SqlDatabaseSystemSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end