Reference documentation and code samples for the Google Cloud Dms V1 Client class VerifyMigrationJobRequest.
Request message for 'VerifyMigrationJob' request.
Generated from protobuf message google.cloud.clouddms.v1.VerifyMigrationJobRequest
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Name of the migration job resource to verify. |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. Field mask is used to specify the changed fields to be verified. It will not update the migration job. |
↳ migration_job |
MigrationJob
Optional. The changed migration job parameters to verify. It will not update the migration job. |
getName
Name of the migration job resource to verify.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Name of the migration job resource to verify.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
Optional. Field mask is used to specify the changed fields to be verified.
It will not update the migration job.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Field mask is used to specify the changed fields to be verified.
It will not update the migration job.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMigrationJob
Optional. The changed migration job parameters to verify.
It will not update the migration job.
| Returns | |
|---|---|
| Type | Description |
MigrationJob|null |
|
hasMigrationJob
clearMigrationJob
setMigrationJob
Optional. The changed migration job parameters to verify.
It will not update the migration job.
| Parameter | |
|---|---|
| Name | Description |
var |
MigrationJob
|
| Returns | |
|---|---|
| Type | Description |
$this |
|