Cloud Spanner V1 Client - Class ListInstanceConfigsResponse (1.76.0)

Reference documentation and code samples for the Cloud Spanner V1 Client class ListInstanceConfigsResponse.

The response for ListInstanceConfigs.

Generated from protobuf message google.spanner.admin.instance.v1.ListInstanceConfigsResponse

Namespace

Google \ Cloud \ Spanner \ Admin \ Instance \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ instance_configs array<Google\Cloud\Spanner\Admin\Instance\V1\InstanceConfig>

The list of requested instance configurations.

↳ next_page_token string

next_page_token can be sent in a subsequent ListInstanceConfigs call to fetch more of the matching instance configurations.

getInstanceConfigs

The list of requested instance configurations.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setInstanceConfigs

The list of requested instance configurations.

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

getNextPageToken

next_page_token can be sent in a subsequent ListInstanceConfigs call to fetch more of the matching instance configurations.

Returns
Type Description
string

setNextPageToken

next_page_token can be sent in a subsequent ListInstanceConfigs call to fetch more of the matching instance configurations.

Parameter
Name Description
var string
Returns
Type Description
$this