class ListInstanceConfigsResponse extends Message

The response for [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs].

Protobuf type Google\Spanner\Admin\Instance\V1\ListInstanceConfigsResponse

Methods

__construct()

No description

RepeatedField
getInstanceConfigs()

The list of requested instance configurations.

setInstanceConfigs(array|RepeatedField $var)

The list of requested instance configurations.

string
getNextPageToken()

next_page_token can be sent in a subsequent [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs] call to fetch more of the matching instance configurations.

setNextPageToken(string $var)

next_page_token can be sent in a subsequent [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs] call to fetch more of the matching instance configurations.

Details

at line 33
__construct()

at line 44
RepeatedField getInstanceConfigs()

The list of requested instance configurations.

Generated from protobuf field repeated .google.spanner.admin.instance.v1.InstanceConfig instance_configs = 1;

Return Value

RepeatedField

at line 55
setInstanceConfigs(array|RepeatedField $var)

The list of requested instance configurations.

Generated from protobuf field repeated .google.spanner.admin.instance.v1.InstanceConfig instance_configs = 1;

Parameters

array|RepeatedField $var

at line 69
string getNextPageToken()

next_page_token can be sent in a subsequent [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs] call to fetch more of the matching instance configurations.

Generated from protobuf field string next_page_token = 2;

Return Value

string

at line 82
setNextPageToken(string $var)

next_page_token can be sent in a subsequent [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs] call to fetch more of the matching instance configurations.

Generated from protobuf field string next_page_token = 2;

Parameters

string $var