Method: projects.locations.importJobs.importDataFiles.list

List import data files.

HTTP request

GET https://migrationcenter.googleapis.com/v1alpha1/{parent=projects/*/locations/*/importJobs/*}/importDataFiles

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Name of the parent of the ImportDataFiles resource.

Query parameters

Parameters
pageSize

integer

The maximum number of data files to return. The service may return fewer than this value. If unspecified, at most 500 data files will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

pageToken

string

A page token, received from a previous importDataFiles.list call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to importDataFiles.list must match the call that provided the page token.

filter

string

Filtering results.

orderBy

string

Field to sort by. See https://google.aip.dev/132#ordering for more details.

Request body

The request body must be empty.

Response body

Response for listing payload files of an import job.

If successful, the response body contains data with the following structure:

JSON representation
{
  "importDataFiles": [
    {
      object (ImportDataFile)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
Fields
importDataFiles[]

object (ImportDataFile)

The list of import data files.

nextPageToken

string

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

unreachable[]

string

Locations that could not be reached.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.