class ListInstancesResponse extends Message

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

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

Methods

__construct()

No description

RepeatedField
getInstances()

The list of requested instances.

setInstances(array|RepeatedField $var)

The list of requested instances.

string
getNextPageToken()

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

setNextPageToken(string $var)

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

Details

at line 33
__construct()

at line 44
RepeatedField getInstances()

The list of requested instances.

Generated from protobuf field repeated .google.spanner.admin.instance.v1.Instance instances = 1;

Return Value

RepeatedField

at line 55
setInstances(array|RepeatedField $var)

The list of requested instances.

Generated from protobuf field repeated .google.spanner.admin.instance.v1.Instance instances = 1;

Parameters

array|RepeatedField $var

at line 69
string getNextPageToken()

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

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 [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances] call to fetch more of the matching instances.

Generated from protobuf field string next_page_token = 2;

Parameters

string $var