Class: Google::Cloud::Metastore::V1::MetadataImport::DatabaseDump

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

Overview

A specification of the location of and metadata about a database dump from a relational database management system.

Defined Under Namespace

Modules: DatabaseType

Instance Attribute Summary collapse

Instance Attribute Details

#database_type::Google::Cloud::Metastore::V1::MetadataImport::DatabaseDump::DatabaseType

Returns The type of the database.



280
281
282
283
284
285
286
287
288
289
290
291
292
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 280

class DatabaseDump
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The type of the database.
  module DatabaseType
    # The type of the source database is unknown.
    DATABASE_TYPE_UNSPECIFIED = 0

    # The type of the source database is MySQL.
    MYSQL = 1
  end
end

#gcs_uri::String

Returns A Cloud Storage object or folder URI that specifies the source from which to import metadata. It must begin with gs://.

Returns:

  • (::String)

    A Cloud Storage object or folder URI that specifies the source from which to import metadata. It must begin with gs://.



280
281
282
283
284
285
286
287
288
289
290
291
292
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 280

class DatabaseDump
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The type of the database.
  module DatabaseType
    # The type of the source database is unknown.
    DATABASE_TYPE_UNSPECIFIED = 0

    # The type of the source database is MySQL.
    MYSQL = 1
  end
end

#type::Google::Cloud::Metastore::V1::DatabaseDumpSpec::Type

Returns Optional. The type of the database dump. If unspecified, defaults to MYSQL.

Returns:



280
281
282
283
284
285
286
287
288
289
290
291
292
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 280

class DatabaseDump
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The type of the database.
  module DatabaseType
    # The type of the source database is unknown.
    DATABASE_TYPE_UNSPECIFIED = 0

    # The type of the source database is MySQL.
    MYSQL = 1
  end
end