Google Cloud Data Fusion V1 Client - Class ListInstancesResponse (0.6.5)

Reference documentation and code samples for the Google Cloud Data Fusion V1 Client class ListInstancesResponse.

Response message for the list instance request.

Generated from protobuf message google.cloud.datafusion.v1.ListInstancesResponse

Namespace

Google \ Cloud \ DataFusion \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ instances array<Google\Cloud\DataFusion\V1\Instance>

Represents a list of Data Fusion instances.

↳ next_page_token string

Token to retrieve the next page of results or empty if there are no more results in the list.

↳ unreachable array

Locations that could not be reached.

getInstances

Represents a list of Data Fusion instances.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setInstances

Represents a list of Data Fusion instances.

Parameter
Name Description
var array<Google\Cloud\DataFusion\V1\Instance>
Returns
Type Description
$this

getNextPageToken

Token to retrieve the next page of results or empty if there are no more results in the list.

Returns
Type Description
string

setNextPageToken

Token to retrieve the next page of results or empty if there are no more results in the list.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this