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