Class: Google::Cloud::Datastream::V1::SourceObjectIdentifier::MysqlObjectIdentifier
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::SourceObjectIdentifier::MysqlObjectIdentifier
- 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
-
#database ⇒ ::String
Required.
-
#table ⇒ ::String
Required.
Instance Attribute Details
#database ⇒ ::String
Returns 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.
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 |