If the {location} value in the request is "-", the response contains a
list of instances from all locations. If any location is unreachable, the
response will only return instances in reachable locations and the
"unreachable" field will be populated with a list of unreachable locations.
If the {location} value in the request is "-", the response contains a
list of instances from all locations. If any location is unreachable, the
response will only return instances in reachable locations and the
"unreachable" field will be populated with a list of unreachable locations.
If the {location} value in the request is "-", the response contains a
list of instances from all locations. If any location is unreachable, the
response will only return instances in reachable locations and the
"unreachable" field will be populated with a list of unreachable locations.
#next_page_token
defnext_page_token()->::String
Returns
(::String) — The token you can use to retrieve the next page of results. Not returned
if there are no more results in the list.
#next_page_token=
defnext_page_token=(value)->::String
Parameter
value (::String) — The token you can use to retrieve the next page of results. Not returned
if there are no more results in the list.
Returns
(::String) — The token you can use to retrieve the next page of results. Not returned
if there are no more results in the list.
#unreachable
defunreachable()->::Array<::String>
Returns
(::Array<::String>) — Unordered list. Locations that could not be reached.
#unreachable=
defunreachable=(value)->::Array<::String>
Parameter
value (::Array<::String>) — Unordered list. Locations that could not be reached.
Returns
(::Array<::String>) — Unordered list. Locations that could not be reached.
[[["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-09 UTC."],[],[],null,["# Filestore V1 API - Class Google::Cloud::Filestore::V1::ListInstancesResponse (v2.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.0 (latest)](/ruby/docs/reference/google-cloud-filestore-v1/latest/Google-Cloud-Filestore-V1-ListInstancesResponse)\n- [2.1.1](/ruby/docs/reference/google-cloud-filestore-v1/2.1.1/Google-Cloud-Filestore-V1-ListInstancesResponse)\n- [2.0.0](/ruby/docs/reference/google-cloud-filestore-v1/2.0.0/Google-Cloud-Filestore-V1-ListInstancesResponse)\n- [1.2.0](/ruby/docs/reference/google-cloud-filestore-v1/1.2.0/Google-Cloud-Filestore-V1-ListInstancesResponse)\n- [1.1.0](/ruby/docs/reference/google-cloud-filestore-v1/1.1.0/Google-Cloud-Filestore-V1-ListInstancesResponse)\n- [1.0.1](/ruby/docs/reference/google-cloud-filestore-v1/1.0.1/Google-Cloud-Filestore-V1-ListInstancesResponse)\n- [0.9.0](/ruby/docs/reference/google-cloud-filestore-v1/0.9.0/Google-Cloud-Filestore-V1-ListInstancesResponse)\n- [0.8.2](/ruby/docs/reference/google-cloud-filestore-v1/0.8.2/Google-Cloud-Filestore-V1-ListInstancesResponse)\n- [0.7.0](/ruby/docs/reference/google-cloud-filestore-v1/0.7.0/Google-Cloud-Filestore-V1-ListInstancesResponse)\n- [0.6.0](/ruby/docs/reference/google-cloud-filestore-v1/0.6.0/Google-Cloud-Filestore-V1-ListInstancesResponse)\n- [0.5.0](/ruby/docs/reference/google-cloud-filestore-v1/0.5.0/Google-Cloud-Filestore-V1-ListInstancesResponse)\n- [0.4.1](/ruby/docs/reference/google-cloud-filestore-v1/0.4.1/Google-Cloud-Filestore-V1-ListInstancesResponse)\n- [0.3.0](/ruby/docs/reference/google-cloud-filestore-v1/0.3.0/Google-Cloud-Filestore-V1-ListInstancesResponse)\n- [0.2.0](/ruby/docs/reference/google-cloud-filestore-v1/0.2.0/Google-Cloud-Filestore-V1-ListInstancesResponse)\n- [0.1.3](/ruby/docs/reference/google-cloud-filestore-v1/0.1.3/Google-Cloud-Filestore-V1-ListInstancesResponse) \nReference documentation and code samples for the Filestore V1 API class Google::Cloud::Filestore::V1::ListInstancesResponse.\n\nListInstancesResponse is the result of ListInstancesRequest. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #instances\n\n def instances() -\u003e ::Array\u003c::Google::Cloud::Filestore::V1::Instance\u003e\n\n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::Filestore::V1::Instance](./Google-Cloud-Filestore-V1-Instance)\\\u003e) --- A list of instances in the project for the specified location.\n\n\n If the `{location}` value in the request is \"-\", the response contains a\n list of instances from all locations. If any location is unreachable, the\n response will only return instances in reachable locations and the\n \"unreachable\" field will be populated with a list of unreachable locations.\n\n### #instances=\n\n def instances=(value) -\u003e ::Array\u003c::Google::Cloud::Filestore::V1::Instance\u003e\n\n**Parameter**\n\n- **value** (::Array\\\u003c[::Google::Cloud::Filestore::V1::Instance](./Google-Cloud-Filestore-V1-Instance)\\\u003e) --- A list of instances in the project for the specified location.\n\n\n If the `{location}` value in the request is \"-\", the response contains a\n list of instances from all locations. If any location is unreachable, the\n response will only return instances in reachable locations and the\n\"unreachable\" field will be populated with a list of unreachable locations. \n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::Filestore::V1::Instance](./Google-Cloud-Filestore-V1-Instance)\\\u003e) --- A list of instances in the project for the specified location.\n\n\n If the `{location}` value in the request is \"-\", the response contains a\n list of instances from all locations. If any location is unreachable, the\n response will only return instances in reachable locations and the\n \"unreachable\" field will be populated with a list of unreachable locations.\n\n### #next_page_token\n\n def next_page_token() -\u003e ::String\n\n**Returns**\n\n- (::String) --- The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.\n\n### #next_page_token=\n\n def next_page_token=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- The token you can use to retrieve the next page of results. Not returned if there are no more results in the list. \n**Returns**\n\n- (::String) --- The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.\n\n### #unreachable\n\n def unreachable() -\u003e ::Array\u003c::String\u003e\n\n**Returns**\n\n- (::Array\\\u003c::String\\\u003e) --- Unordered list. Locations that could not be reached.\n\n### #unreachable=\n\n def unreachable=(value) -\u003e ::Array\u003c::String\u003e\n\n**Parameter**\n\n- **value** (::Array\\\u003c::String\\\u003e) --- Unordered list. Locations that could not be reached. \n**Returns**\n\n- (::Array\\\u003c::String\\\u003e) --- Unordered list. Locations that could not be reached."]]