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

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

Response object for a ListMigrationWorkflows call.

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

Namespace

Google \ Cloud \ BigQuery \ Migration \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ migration_workflows array<Google\Cloud\BigQuery\Migration\V2\MigrationWorkflow>

The migration workflows for the specified project / location.

↳ 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.

getMigrationWorkflows

The migration workflows for the specified project / location.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setMigrationWorkflows

The migration workflows for the specified project / location.

Parameter
NameDescription
var array<Google\Cloud\BigQuery\Migration\V2\MigrationWorkflow>
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