Reference documentation and code samples for the Google Cloud Data Fusion V1 Client class ListInstancesRequest.
Request message for listing Data Fusion instances.
Generated from protobuf messagegoogle.cloud.datafusion.v1.ListInstancesRequest
Namespace
Google \ Cloud \ DataFusion \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. 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
string
The next_page_token value to use if there are additional results to retrieve for this list request.
↳ filter
string
List filter.
↳ order_by
string
Sort results. Supported values are "name", "name desc", or "" (unsorted).
getParent
Required. 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.
Returns
Type
Description
string
setParent
Required. 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.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
The maximum number of items to return.
Returns
Type
Description
int
setPageSize
The maximum number of items to return.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
The next_page_token value to use if there are additional
results to retrieve for this list request.
Returns
Type
Description
string
setPageToken
The next_page_token value to use if there are additional
results to retrieve for this list request.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFilter
List filter.
Returns
Type
Description
string
setFilter
List filter.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getOrderBy
Sort results. Supported values are "name", "name desc", or "" (unsorted).
Returns
Type
Description
string
setOrderBy
Sort results. Supported values are "name", "name desc", or "" (unsorted).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Data Fusion V1 Client - Class ListInstancesRequest (1.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.5 (latest)](/php/docs/reference/cloud-data-fusion/latest/V1.ListInstancesRequest)\n- [1.0.4](/php/docs/reference/cloud-data-fusion/1.0.4/V1.ListInstancesRequest)\n- [0.6.5](/php/docs/reference/cloud-data-fusion/0.6.5/V1.ListInstancesRequest)\n- [0.5.2](/php/docs/reference/cloud-data-fusion/0.5.2/V1.ListInstancesRequest)\n- [0.4.1](/php/docs/reference/cloud-data-fusion/0.4.1/V1.ListInstancesRequest)\n- [0.3.0](/php/docs/reference/cloud-data-fusion/0.3.0/V1.ListInstancesRequest)\n- [0.2.11](/php/docs/reference/cloud-data-fusion/0.2.11/V1.ListInstancesRequest) \nReference documentation and code samples for the Google Cloud Data Fusion V1 Client class ListInstancesRequest.\n\nRequest message for listing Data Fusion instances.\n\nGenerated from protobuf message `google.cloud.datafusion.v1.ListInstancesRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DataFusion \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The project and location for which to retrieve instance information\nin the format projects/{project}/locations/{location}. If the location is\nspecified as '-' (wildcard), then all regions available to the project\nare queried, and the results are aggregated.\n\n### setParent\n\nRequired. The project and location for which to retrieve instance information\nin the format projects/{project}/locations/{location}. If the location is\nspecified as '-' (wildcard), then all regions available to the project\nare queried, and the results are aggregated.\n\n### getPageSize\n\nThe maximum number of items to return.\n\n### setPageSize\n\nThe maximum number of items to return.\n\n### getPageToken\n\nThe next_page_token value to use if there are additional\nresults to retrieve for this list request.\n\n### setPageToken\n\nThe next_page_token value to use if there are additional\nresults to retrieve for this list request.\n\n### getFilter\n\nList filter.\n\n### setFilter\n\nList filter.\n\n### getOrderBy\n\nSort results. Supported values are \"name\", \"name desc\", or \"\" (unsorted).\n\n### setOrderBy\n\nSort results. Supported values are \"name\", \"name desc\", or \"\" (unsorted)."]]