Class: Google::Cloud::Sql::V1::ExternalSyncSelectedObject

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

The selected object that Cloud SQL migrates.

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns The name of the database that Cloud SQL migrates.

Returns:

  • (::String)

    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