Google Cloud BigQuery Migration V2 Client - Class DeleteMigrationWorkflowRequest (0.4.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
data array

Optional. Data for populating the Message object.

↳ name string

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
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

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