Class: Google::Cloud::Sql::V1::ExternalSyncSelectedObject
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::ExternalSyncSelectedObject
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
The selected object that Cloud SQL migrates.
Instance Attribute Summary collapse
-
#database ⇒ ::String
The name of the database that Cloud SQL migrates.
Instance Attribute Details
#database ⇒ ::String
Returns The name of the database that Cloud SQL migrates.
548 549 550 551 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 548 class ExternalSyncSelectedObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |