Google Cloud Dms V1 Client - Class SeedConversionWorkspaceRequest (1.1.0)

Reference documentation and code samples for the Google Cloud Dms V1 Client class SeedConversionWorkspaceRequest.

Request message for 'SeedConversionWorkspace' request.

Generated from protobuf message google.cloud.clouddms.v1.SeedConversionWorkspaceRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Name of the conversion workspace resource to seed with new database structure, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.

↳ auto_commit bool

Should the conversion workspace be committed automatically after the seed operation.

↳ source_connection_profile string

Fully qualified (Uri) name of the source connection profile.

↳ destination_connection_profile string

Fully qualified (Uri) name of the destination connection profile.

getName

Name of the conversion workspace resource to seed with new database structure, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.

Returns
TypeDescription
string

setName

Name of the conversion workspace resource to seed with new database structure, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAutoCommit

Should the conversion workspace be committed automatically after the seed operation.

Returns
TypeDescription
bool

setAutoCommit

Should the conversion workspace be committed automatically after the seed operation.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getSourceConnectionProfile

Fully qualified (Uri) name of the source connection profile.

Returns
TypeDescription
string

hasSourceConnectionProfile

setSourceConnectionProfile

Fully qualified (Uri) name of the source connection profile.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDestinationConnectionProfile

Fully qualified (Uri) name of the destination connection profile.

Returns
TypeDescription
string

hasDestinationConnectionProfile

setDestinationConnectionProfile

Fully qualified (Uri) name of the destination connection profile.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSeedFrom

Returns
TypeDescription
string