Cloud Spanner V1 Client - Class ListInstanceConfigsResponse (1.65.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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setInstanceConfigs

The list of requested instance configurations.

Parameter
NameDescription
var array<Google\Cloud\Spanner\Admin\Instance\V1\InstanceConfig>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this