Reference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class GetMigrationSubtaskRequest.
A request to get a previously created migration subtasks.
Generated from protobuf message google.cloud.bigquery.migration.v2.GetMigrationSubtaskRequest
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 subtask. Example: |
↳ read_mask |
Google\Protobuf\FieldMask
Optional. The list of fields to be retrieved. |
getName
Required. The unique identifier for the migration subtask.
Example: projects/123/locations/us/workflows/1234/subtasks/543
Returns | |
---|---|
Type | Description |
string |
setName
Required. The unique identifier for the migration subtask.
Example: projects/123/locations/us/workflows/1234/subtasks/543
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getReadMask
Optional. The list of fields to be retrieved.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasReadMask
clearReadMask
setReadMask
Optional. 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 subtask.
Example: |
Returns | |
---|---|
Type | Description |
Google\Cloud\BigQuery\Migration\V2\GetMigrationSubtaskRequest |