Reference documentation and code samples for the Google Cloud Parallelstore V1 Client class ListInstancesRequest.
List instances request.
Generated from protobuf messagegoogle.cloud.parallelstore.v1.ListInstancesRequest
Namespace
Google \ Cloud \ Parallelstore \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The project and location for which to retrieve instance information, in the formatprojects/{project_id}/locations/{location}. To retrieve instance information for all locations, use "-" as the value of{location}.
↳ page_size
int
Optional. Requested page size. Server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
↳ page_token
string
Optional. A token identifying a page of results the server should return.
↳ filter
string
Optional. Filtering results.
↳ order_by
string
Optional. Hint for how to order the results.
getParent
Required. The project and location for which to retrieve instance
information, in the formatprojects/{project_id}/locations/{location}.
To retrieve instance information for all locations, use "-" as the value of{location}.
Returns
Type
Description
string
setParent
Required. The project and location for which to retrieve instance
information, in the formatprojects/{project_id}/locations/{location}.
To retrieve instance information for all locations, use "-" as the value of{location}.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
Optional. Requested page size. Server may return fewer items than
requested. If unspecified, the server will pick an appropriate default.
Returns
Type
Description
int
setPageSize
Optional. Requested page size. Server may return fewer items than
requested. If unspecified, the server will pick an appropriate default.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
Optional. A token identifying a page of results the server should return.
Returns
Type
Description
string
setPageToken
Optional. A token identifying a page of results the server should return.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFilter
Optional. Filtering results.
Returns
Type
Description
string
setFilter
Optional. Filtering results.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getOrderBy
Optional. Hint for how to order the results.
Returns
Type
Description
string
setOrderBy
Optional. Hint for how to order the results.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The project and location for which to retrieve instance
information, in the formatprojects/{project_id}/locations/{location}.
To retrieve instance information for all locations, use "-" as the value of{location}. Please seeParallelstoreClient::locationName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Parallelstore V1 Client - Class ListInstancesRequest (0.11.3)\n\nVersion latestkeyboard_arrow_down\n\n- [0.11.3 (latest)](/php/docs/reference/cloud-parallelstore/latest/V1.ListInstancesRequest)\n- [0.11.2](/php/docs/reference/cloud-parallelstore/0.11.2/V1.ListInstancesRequest)\n- [0.10.0](/php/docs/reference/cloud-parallelstore/0.10.0/V1.ListInstancesRequest)\n- [0.9.0](/php/docs/reference/cloud-parallelstore/0.9.0/V1.ListInstancesRequest)\n- [0.8.3](/php/docs/reference/cloud-parallelstore/0.8.3/V1.ListInstancesRequest)\n- [0.7.1](/php/docs/reference/cloud-parallelstore/0.7.1/V1.ListInstancesRequest)\n- [0.6.1](/php/docs/reference/cloud-parallelstore/0.6.1/V1.ListInstancesRequest)\n- [0.5.0](/php/docs/reference/cloud-parallelstore/0.5.0/V1.ListInstancesRequest)\n- [0.4.0](/php/docs/reference/cloud-parallelstore/0.4.0/V1.ListInstancesRequest)\n- [0.3.1](/php/docs/reference/cloud-parallelstore/0.3.1/V1.ListInstancesRequest)\n- [0.2.0](/php/docs/reference/cloud-parallelstore/0.2.0/V1.ListInstancesRequest)\n- [0.1.1](/php/docs/reference/cloud-parallelstore/0.1.1/V1.ListInstancesRequest) \nReference documentation and code samples for the Google Cloud Parallelstore V1 Client class ListInstancesRequest.\n\nList instances request.\n\nGenerated from protobuf message `google.cloud.parallelstore.v1.ListInstancesRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Parallelstore \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The project and location for which to retrieve instance\ninformation, in the format `projects/{project_id}/locations/{location}`.\n\nTo retrieve instance information for all locations, use \"-\" as the value of\n`{location}`.\n\n### setParent\n\nRequired. The project and location for which to retrieve instance\ninformation, in the format `projects/{project_id}/locations/{location}`.\n\nTo retrieve instance information for all locations, use \"-\" as the value of\n`{location}`.\n\n### getPageSize\n\nOptional. Requested page size. Server may return fewer items than\nrequested. If unspecified, the server will pick an appropriate default.\n\n### setPageSize\n\nOptional. Requested page size. Server may return fewer items than\nrequested. If unspecified, the server will pick an appropriate default.\n\n### getPageToken\n\nOptional. A token identifying a page of results the server should return.\n\n### setPageToken\n\nOptional. A token identifying a page of results the server should return.\n\n### getFilter\n\nOptional. Filtering results.\n\n### setFilter\n\nOptional. Filtering results.\n\n### getOrderBy\n\nOptional. Hint for how to order the results.\n\n### setOrderBy\n\nOptional. Hint for how to order the results.\n\n### static::build"]]