Class: Google::Cloud::Sql::V1::SelectedObjects
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::SelectedObjects
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
A list of objects that the user selects for replication from an external source instance.
Instance Attribute Summary collapse
-
#database ⇒ ::String
Required.
Instance Attribute Details
#database ⇒ ::String
Returns Required. The name of the database to migrate.
1967 1968 1969 1970 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 1967 class SelectedObjects include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |