Class: Google::Cloud::Sql::V1::SelectedObjects

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#database::String

Returns Required. The name of the database to migrate.

Returns:

  • (::String)

    Required. The name of the database to migrate.



1975
1976
1977
1978
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 1975

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