ListInstanceConfigsResponse
class ListInstanceConfigsResponse extends Message
The response for [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs].
Protobuf type Google\Spanner\Admin\Instance\V1\ListInstanceConfigsResponse
Methods
No description
The list of requested instance configurations.
The list of requested instance configurations.
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.
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;
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;
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;
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;