Google Cloud BigQuery Migration V2 Client - Class ListMigrationSubtasksResponse (1.2.3)

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

Response object for a ListMigrationSubtasks call.

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

Namespace

Google \ Cloud \ BigQuery \ Migration \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ migration_subtasks array<MigrationSubtask>

The migration subtasks for the specified task.

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getMigrationSubtasks

The migration subtasks for the specified task.

Returns
Type Description
Google\Protobuf\RepeatedField<MigrationSubtask>

setMigrationSubtasks

The migration subtasks for the specified task.

Parameter
Name Description
var array<MigrationSubtask>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this