Google Cloud Secure Source Manager V1 Client - Class ListInstancesResponse (0.2.3)

Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class ListInstancesResponse.

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

Namespace

Google \ Cloud \ SecureSourceManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

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

The list of instances.

↳ next_page_token string

A token identifying a page of results the server should return.

↳ unreachable array

Locations that could not be reached.

getInstances

The list of instances.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setInstances

The list of instances.

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

getNextPageToken

A token identifying a page of results the server should return.

Returns
Type Description
string

setNextPageToken

A token identifying a page of results the server should return.

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