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

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setInstances

The list of instances.

Parameter
NameDescription
var array<Google\Cloud\SecureSourceManager\V1\Instance>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUnreachable

Locations that could not be reached.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this