Class: Google::Cloud::Datastream::V1alpha1::MysqlDatabase
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::MysqlDatabase
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb
Overview
MySQL database.
Instance Attribute Summary collapse
-
#database_name ⇒ ::String
Database name.
-
#mysql_tables ⇒ ::Array<::Google::Cloud::Datastream::V1alpha1::MysqlTable>
Tables in the database.
Instance Attribute Details
#database_name ⇒ ::String
Returns Database name.
444 445 446 447 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 444 class MysqlDatabase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mysql_tables ⇒ ::Array<::Google::Cloud::Datastream::V1alpha1::MysqlTable>
Returns Tables in the database.
444 445 446 447 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 444 class MysqlDatabase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |