Google Cloud BigQuery Migration V2 Client - Class GetMigrationWorkflowRequest (0.1.4)

Reference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class GetMigrationWorkflowRequest.

A request to get a previously created migration workflow.

Generated from protobuf message google.cloud.bigquery.migration.v2.GetMigrationWorkflowRequest

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

↳ read_mask Google\Protobuf\FieldMask

The list of fields to be retrieved.

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

getReadMask

The list of fields to be retrieved.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasReadMask

clearReadMask

setReadMask

The list of fields to be retrieved.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this