Class: Google::Cloud::Datastream::V1::MysqlTable

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datastream/v1/datastream_resources.rb

Overview

MySQL table.

Instance Attribute Summary collapse

Instance Attribute Details

#mysql_columns::Array<::Google::Cloud::Datastream::V1::MysqlColumn>

Returns MySQL columns in the database. When unspecified as part of include/exclude objects, includes/excludes everything.

Returns:



592
593
594
595
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 592

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

#table::String

Returns Table name.

Returns:

  • (::String)

    Table name.



592
593
594
595
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 592

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