Class: Google::Cloud::Sql::V1beta4::SelectedObjects

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/sql/v1beta4/cloud_sql_resources.rb

Overview

A list of objects that the user selects for replication from an external source instance.

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns Required. The name of the database to migrate.

Returns:

  • (::String)

    Required. The name of the database to migrate.



2705
2706
2707
2708
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql_resources.rb', line 2705

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