Class ListInstancesRequest (1.2.1)

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

Request message for listing Data Fusion instances.

Attributes

NameDescription
parent str
The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}. If the location is specified as '-' (wildcard), then all regions available to the project are queried, and the results are aggregated.
page_size int
The maximum number of items to return.
page_token str
The next_page_token value to use if there are additional results to retrieve for this list request.
filter str
List filter.
order_by str
Sort results. Supported values are "name", "name desc", or "" (unsorted).