Google Cloud BigQuery Migration V2 Client - Class DeleteMigrationWorkflowRequest (1.0.0)

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

Namespace

Google \ Cloud \ BigQuery \ Migration \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ namestring

Required. The unique identifier for the migration workflow. Example: projects/123/locations/us/workflows/1234

getName

Required. The unique identifier for the migration workflow.

Example: projects/123/locations/us/workflows/1234

Returns
TypeDescription
string

setName

Required. The unique identifier for the migration workflow.

Example: projects/123/locations/us/workflows/1234

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
namestring

Required. The unique identifier for the migration workflow. Example: projects/123/locations/us/workflows/1234 Please see Google\Cloud\BigQuery\Migration\V2\MigrationServiceClient::migrationWorkflowName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\BigQuery\Migration\V2\DeleteMigrationWorkflowRequest