Class ListMigrationWorkflowsRequest (0.1.0)

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

A request to list previously created migration workflows. .. attribute:: parent

Required. The project and location of the migration workflows to list. Example: projects/123/locations/us

:type: str

Attributes

NameDescription
read_mask google.protobuf.field_mask_pb2.FieldMask
The list of fields to be retrieved.
page_size int
The maximum number of migration workflows to return. The service may return fewer than this number.
page_token str
A page token, received from previous ListMigrationWorkflows call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListMigrationWorkflows must match the call that provided the page token.