Class ListMigrationSubtasksRequest (0.2.1)

ListMigrationSubtasksRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

A request to list previously created migration subtasks.

Attributes

NameDescription
parent str
Required. The migration task of the subtasks to list. Example: projects/123/locations/us/workflows/1234
read_mask google.protobuf.field_mask_pb2.FieldMask
Optional. The list of fields to be retrieved.
page_size int
Optional. The maximum number of migration tasks to return. The service may return fewer than this number.
page_token str
Optional. A page token, received from previous ListMigrationSubtasks call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListMigrationSubtasks must match the call that provided the page token.
filter str
Optional. The filter to apply. This can be used to get the subtasks of a specific tasks in a workflow, e.g. migration_task = "ab012" where "ab012" is the task ID (not the name in the named map).