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