If the location_id in the parent field of the request is "-", all regions
available to the project are queried, and the results aggregated.
If in such an aggregated query a location is unavailable, a placeholder
backupCollection entry is included in the response with the name field
set to a value of the form
projects/{project_id}/locations/{location_id}/backupCollections/- and the
status field set to ERROR and status_message field set to "location not
available for ListBackupCollections".
If the location_id in the parent field of the request is "-", all regions
available to the project are queried, and the results aggregated.
If in such an aggregated query a location is unavailable, a placeholder
backupCollection entry is included in the response with the name field
set to a value of the form
projects/{project_id}/locations/{location_id}/backupCollections/- and the
status field set to ERROR and status_message field set to "location not
available for ListBackupCollections".
If the location_id in the parent field of the request is "-", all regions
available to the project are queried, and the results aggregated.
If in such an aggregated query a location is unavailable, a placeholder
backupCollection entry is included in the response with the name field
set to a value of the form
projects/{project_id}/locations/{location_id}/backupCollections/- and the
status field set to ERROR and status_message field set to "location not
available for ListBackupCollections".
#next_page_token
defnext_page_token()->::String
Returns
(::String) — Token to retrieve the next page of results, or empty if there are no more
results in the list.
#next_page_token=
defnext_page_token=(value)->::String
Parameter
value (::String) — Token to retrieve the next page of results, or empty if there are no more
results in the list.
Returns
(::String) — Token to retrieve the next page of results, or empty if there are no more
results in the list.
#unreachable
defunreachable()->::Array<::String>
Returns
(::Array<::String>) — Locations that could not be reached.
#unreachable=
defunreachable=(value)->::Array<::String>
Parameter
value (::Array<::String>) — Locations that could not be reached.
Returns
(::Array<::String>) — 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-04 UTC."],[],[],null,["# Memorystore V1 API - Class Google::Cloud::Memorystore::V1::ListBackupCollectionsResponse (v1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/ruby/docs/reference/google-cloud-memorystore-v1/latest/Google-Cloud-Memorystore-V1-ListBackupCollectionsResponse)\n- [1.1.1](/ruby/docs/reference/google-cloud-memorystore-v1/1.1.1/Google-Cloud-Memorystore-V1-ListBackupCollectionsResponse)\n- [1.0.0](/ruby/docs/reference/google-cloud-memorystore-v1/1.0.0/Google-Cloud-Memorystore-V1-ListBackupCollectionsResponse)\n- [0.3.0](/ruby/docs/reference/google-cloud-memorystore-v1/0.3.0/Google-Cloud-Memorystore-V1-ListBackupCollectionsResponse)\n- [0.2.0](/ruby/docs/reference/google-cloud-memorystore-v1/0.2.0/Google-Cloud-Memorystore-V1-ListBackupCollectionsResponse)\n- [0.1.0](/ruby/docs/reference/google-cloud-memorystore-v1/0.1.0/Google-Cloud-Memorystore-V1-ListBackupCollectionsResponse) \nReference documentation and code samples for the Memorystore V1 API class Google::Cloud::Memorystore::V1::ListBackupCollectionsResponse.\n\nResponse for \\[ListBackupCollections\\]. \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### #backup_collections\n\n def backup_collections() -\u003e ::Array\u003c::Google::Cloud::Memorystore::V1::BackupCollection\u003e\n\n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::Memorystore::V1::BackupCollection](./Google-Cloud-Memorystore-V1-BackupCollection)\\\u003e) --- A list of backupCollections in the project.\n\n\n If the `location_id` in the parent field of the request is \"-\", all regions\n available to the project are queried, and the results aggregated.\n If in such an aggregated query a location is unavailable, a placeholder\n backupCollection entry is included in the response with the `name` field\n set to a value of the form\n `projects/{project_id}/locations/{location_id}/backupCollections/`- and the\n `status` field set to ERROR and `status_message` field set to \"location not\n available for ListBackupCollections\".\n\n### #backup_collections=\n\n def backup_collections=(value) -\u003e ::Array\u003c::Google::Cloud::Memorystore::V1::BackupCollection\u003e\n\n**Parameter**\n\n- **value** (::Array\\\u003c[::Google::Cloud::Memorystore::V1::BackupCollection](./Google-Cloud-Memorystore-V1-BackupCollection)\\\u003e) --- A list of backupCollections in the project.\n\n\n If the `location_id` in the parent field of the request is \"-\", all regions\n available to the project are queried, and the results aggregated.\n If in such an aggregated query a location is unavailable, a placeholder\n backupCollection entry is included in the response with the `name` field\n set to a value of the form\n `projects/{project_id}/locations/{location_id}/backupCollections/`- and the\n `status` field set to ERROR and `status_message` field set to \"location not\navailable for ListBackupCollections\". \n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::Memorystore::V1::BackupCollection](./Google-Cloud-Memorystore-V1-BackupCollection)\\\u003e) --- A list of backupCollections in the project.\n\n\n If the `location_id` in the parent field of the request is \"-\", all regions\n available to the project are queried, and the results aggregated.\n If in such an aggregated query a location is unavailable, a placeholder\n backupCollection entry is included in the response with the `name` field\n set to a value of the form\n `projects/{project_id}/locations/{location_id}/backupCollections/`- and the\n `status` field set to ERROR and `status_message` field set to \"location not\n available for ListBackupCollections\".\n\n### #next_page_token\n\n def next_page_token() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Token to retrieve the next page of results, or empty 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) --- Token to retrieve the next page of results, or empty if there are no more results in the list. \n**Returns**\n\n- (::String) --- Token to retrieve the next page of results, or empty 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) --- 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) --- Locations that could not be reached. \n**Returns**\n\n- (::Array\\\u003c::String\\\u003e) --- Locations that could not be reached."]]