Google Cloud Dataproc Metastore V1beta Client - Class DatabaseDump (0.4.1)

Reference documentation and code samples for the Google Cloud Dataproc Metastore V1beta Client class DatabaseDump.

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

Generated from protobuf message google.cloud.metastore.v1beta.MetadataImport.DatabaseDump

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ database_type int

The type of the database.

↳ gcs_uri string

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

↳ source_database string

The name of the source database.

↳ type int

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

getDatabaseType

The type of the database.

Generated from protobuf field .google.cloud.metastore.v1beta.MetadataImport.DatabaseDump.DatabaseType database_type = 1 [deprecated = true];

Returns
TypeDescription
int

setDatabaseType

The type of the database.

Generated from protobuf field .google.cloud.metastore.v1beta.MetadataImport.DatabaseDump.DatabaseType database_type = 1 [deprecated = true];

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getGcsUri

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

Generated from protobuf field string gcs_uri = 2;

Returns
TypeDescription
string

setGcsUri

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

Generated from protobuf field string gcs_uri = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSourceDatabase

The name of the source database.

Generated from protobuf field string source_database = 3 [deprecated = true];

Returns
TypeDescription
string

setSourceDatabase

The name of the source database.

Generated from protobuf field string source_database = 3 [deprecated = true];

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getType

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

Generated from protobuf field .google.cloud.metastore.v1beta.DatabaseDumpSpec.Type type = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

setType

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

Generated from protobuf field .google.cloud.metastore.v1beta.DatabaseDumpSpec.Type type = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var int
Returns
TypeDescription
$this