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
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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
Optional. Fully qualified (Uri) name of the source connection profile. |
↳ destination_connection_profile |
string
Optional. 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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAutoCommit
Should the conversion workspace be committed automatically after the seed operation.
Returns | |
---|---|
Type | Description |
bool |
setAutoCommit
Should the conversion workspace be committed automatically after the seed operation.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getSourceConnectionProfile
Optional. Fully qualified (Uri) name of the source connection profile.
Returns | |
---|---|
Type | Description |
string |
hasSourceConnectionProfile
setSourceConnectionProfile
Optional. Fully qualified (Uri) name of the source connection profile.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDestinationConnectionProfile
Optional. Fully qualified (Uri) name of the destination connection profile.
Returns | |
---|---|
Type | Description |
string |
hasDestinationConnectionProfile
setDestinationConnectionProfile
Optional. Fully qualified (Uri) name of the destination connection profile.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSeedFrom
Returns | |
---|---|
Type | Description |
string |