Class: Google::Cloud::Datastream::V1::SourceObjectIdentifier::MysqlObjectIdentifier

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 data source object identifier.

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns Required. The database name.

Returns:

  • (::String)

    Required. The database name.



984
985
986
987
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 984

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

#table::String

Returns Required. The table name.

Returns:

  • (::String)

    Required. The table name.



984
985
986
987
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 984

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