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

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
NameDescription
data array

Optional. Data for populating the Message object.

↳ migration_subtasks array<Google\Cloud\BigQuery\Migration\V2\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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setMigrationSubtasks

The migration subtasks for the specified task.

Parameter
NameDescription
var array<Google\Cloud\BigQuery\Migration\V2\MigrationSubtask>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this