Reference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class DeleteMigrationWorkflowRequest.
A request to delete a previously created migration workflow.
Generated from protobuf message google.cloud.bigquery.migration.v2.DeleteMigrationWorkflowRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The unique identifier for the migration workflow. Example: |
getName
Required. The unique identifier for the migration workflow.
Example: projects/123/locations/us/workflows/1234
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The unique identifier for the migration workflow.
Example: projects/123/locations/us/workflows/1234
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|