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
Namespace
Google \ Cloud \ BigQuery \ Migration \ V2Methods
__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: |
↳ 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 | |
---|---|
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 |
getReadMask
The list of fields to be retrieved.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasReadMask
clearReadMask
setReadMask
The list of fields to be retrieved.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The unique identifier for the migration workflow.
Example: |
Returns | |
---|---|
Type | Description |
Google\Cloud\BigQuery\Migration\V2\GetMigrationWorkflowRequest |