Google Cloud Financial Services V1 Client - Class ListInstancesResponse (0.1.1)

Reference documentation and code samples for the Google Cloud Financial Services V1 Client class ListInstancesResponse.

Response for retrieving a list of Instances

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

Namespace

Google \ Cloud \ FinancialServices \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ instances array<Instance>

List of Instance resources

↳ next_page_token string

This token should be passed to the next ListInstancesRequest to retrieve the next page of Instances.

↳ unreachable array

Locations that could not be reached.

getInstances

List of Instance resources

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setInstances

List of Instance resources

Parameter
Name Description
var array<Instance>
Returns
Type Description
$this

getNextPageToken

This token should be passed to the next ListInstancesRequest to retrieve the next page of Instances.

Returns
Type Description
string

setNextPageToken

This token should be passed to the next ListInstancesRequest to retrieve the next page of Instances.

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