Class: Google::Cloud::Datastream::V1alpha1::MysqlTable
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::MysqlTable
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb
Overview
MySQL table.
Instance Attribute Summary collapse
-
#mysql_columns ⇒ ::Array<::Google::Cloud::Datastream::V1alpha1::MysqlColumn>
MySQL columns in the database.
-
#table_name ⇒ ::String
Table name.
Instance Attribute Details
#mysql_columns ⇒ ::Array<::Google::Cloud::Datastream::V1alpha1::MysqlColumn>
Returns MySQL columns in the database. When unspecified as part of include/exclude lists, includes/excludes everything.
432 433 434 435 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 432 class MysqlTable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_name ⇒ ::String
Returns Table name.
432 433 434 435 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 432 class MysqlTable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |