Reference documentation and code samples for the Google Cloud Dms V1 Client class ConvertConversionWorkspaceRequest.
Request message for 'ConvertConversionWorkspace' request.
Generated from protobuf message google.cloud.clouddms.v1.ConvertConversionWorkspaceRequest
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 convert in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}. |
↳ auto_commit |
bool
Optional. Specifies whether the conversion workspace is to be committed automatically after the conversion. |
↳ filter |
string
Optional. Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style filtering. |
↳ convert_full_path |
bool
Optional. Automatically convert the full entity path for each entity specified by the filter. For example, if the filter specifies a table, that table schema (and database if there is one) will also be converted. |
getName
Name of the conversion workspace resource to convert in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Name of the conversion workspace resource to convert in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAutoCommit
Optional. Specifies whether the conversion workspace is to be committed automatically after the conversion.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setAutoCommit
Optional. Specifies whether the conversion workspace is to be committed automatically after the conversion.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFilter
Optional. Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style filtering.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFilter
Optional. Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style filtering.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getConvertFullPath
Optional. Automatically convert the full entity path for each entity specified by the filter. For example, if the filter specifies a table, that table schema (and database if there is one) will also be converted.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setConvertFullPath
Optional. Automatically convert the full entity path for each entity specified by the filter. For example, if the filter specifies a table, that table schema (and database if there is one) will also be converted.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|