Reference documentation and code samples for the Datastream V1alpha1 API class Google::Cloud::Datastream::V1alpha1::MysqlTable.
MySQL table.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#mysql_columns
def mysql_columns() -> ::Array<::Google::Cloud::Datastream::V1alpha1::MysqlColumn> Returns 
 - (::Array<::Google::Cloud::Datastream::V1alpha1::MysqlColumn>) — MySQL columns in the database. When unspecified as part of include/exclude lists, includes/excludes everything.
 
#mysql_columns=
def mysql_columns=(value) -> ::Array<::Google::Cloud::Datastream::V1alpha1::MysqlColumn> Parameter 
 - value (::Array<::Google::Cloud::Datastream::V1alpha1::MysqlColumn>) — MySQL columns in the database. When unspecified as part of include/exclude lists, includes/excludes everything.
 
 Returns 
 - (::Array<::Google::Cloud::Datastream::V1alpha1::MysqlColumn>) — MySQL columns in the database. When unspecified as part of include/exclude lists, includes/excludes everything.
 
#table_name
def table_name() -> ::String Returns 
 - (::String) — Table name.
 
#table_name=
def table_name=(value) -> ::String Parameter 
 - value (::String) — Table name.
 
 Returns 
 - (::String) — Table name.