If the '{location}' value in the request is "-", the response contains a
list of instances from all locations. In case any location is unreachable,
the response will only return data sources 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. In case any location is unreachable,
the response will only return data sources 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. In case any location is unreachable,
the response will only return data sources 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) — A token identifying a page of results the server should return.
#next_page_token=
defnext_page_token=(value)->::String
Parameter
value (::String) — A token identifying a page of results the server should return.
Returns
(::String) — A token identifying a page of results the server should return.
#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,["# Backup and DR Service V1 API - Class Google::Cloud::BackupDR::V1::ListBackupsResponse (v1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/ruby/docs/reference/google-cloud-backupdr-v1/latest/Google-Cloud-BackupDR-V1-ListBackupsResponse)\n- [1.1.0](/ruby/docs/reference/google-cloud-backupdr-v1/1.1.0/Google-Cloud-BackupDR-V1-ListBackupsResponse)\n- [1.0.1](/ruby/docs/reference/google-cloud-backupdr-v1/1.0.1/Google-Cloud-BackupDR-V1-ListBackupsResponse)\n- [0.5.0](/ruby/docs/reference/google-cloud-backupdr-v1/0.5.0/Google-Cloud-BackupDR-V1-ListBackupsResponse)\n- [0.4.0](/ruby/docs/reference/google-cloud-backupdr-v1/0.4.0/Google-Cloud-BackupDR-V1-ListBackupsResponse)\n- [0.3.0](/ruby/docs/reference/google-cloud-backupdr-v1/0.3.0/Google-Cloud-BackupDR-V1-ListBackupsResponse)\n- [0.2.1](/ruby/docs/reference/google-cloud-backupdr-v1/0.2.1/Google-Cloud-BackupDR-V1-ListBackupsResponse)\n- [0.1.0](/ruby/docs/reference/google-cloud-backupdr-v1/0.1.0/Google-Cloud-BackupDR-V1-ListBackupsResponse) \nReference documentation and code samples for the Backup and DR Service V1 API class Google::Cloud::BackupDR::V1::ListBackupsResponse.\n\nResponse message for listing Backups. \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### #backups\n\n def backups() -\u003e ::Array\u003c::Google::Cloud::BackupDR::V1::Backup\u003e\n\n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::BackupDR::V1::Backup](./Google-Cloud-BackupDR-V1-Backup)\\\u003e) --- The list of Backup 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. In case any location is unreachable,\n the response will only return data sources in reachable locations\n and the 'unreachable' field will be populated with a list of unreachable\n locations.\n\n### #backups=\n\n def backups=(value) -\u003e ::Array\u003c::Google::Cloud::BackupDR::V1::Backup\u003e\n\n**Parameter**\n\n- **value** (::Array\\\u003c[::Google::Cloud::BackupDR::V1::Backup](./Google-Cloud-BackupDR-V1-Backup)\\\u003e) --- The list of Backup 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. In case any location is unreachable,\n the response will only return data sources in reachable locations\n and the 'unreachable' field will be populated with a list of unreachable\nlocations. \n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::BackupDR::V1::Backup](./Google-Cloud-BackupDR-V1-Backup)\\\u003e) --- The list of Backup 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. In case any location is unreachable,\n the response will only return data sources in reachable locations\n and the 'unreachable' field will be populated with a list of unreachable\n locations.\n\n### #next_page_token\n\n def next_page_token() -\u003e ::String\n\n**Returns**\n\n- (::String) --- A token identifying a page of results the server should return.\n\n### #next_page_token=\n\n def next_page_token=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- A token identifying a page of results the server should return. \n**Returns**\n\n- (::String) --- A token identifying a page of results the server should return.\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."]]