Google Cloud Secure Source Manager V1 Client - Class ListInstancesResponse (1.7.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
Name Description
data array

Optional. Data for populating the Message object.

↳ instances array<Instance>

The list of instances.

↳ next_page_token string

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

↳ unreachable string[]

Locations that could not be reached.

getInstances

The list of instances.

Returns
Type Description
Google\Protobuf\RepeatedField<Instance>

setInstances

The list of instances.

Parameter
Name Description
var array<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\RepeatedField<string>

setUnreachable

Locations that could not be reached.

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