Google Cloud Data Fusion V1 Client - Class ListInstancesRequest (0.6.4)

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 message google.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).

Parameter
Name Description
var string
Returns
Type Description
$this