View Source GoogleApi.Redis.V1beta1.Model.ListBackupCollectionsResponse (google_api_redis v0.50.0)
Response for [ListBackupCollections].
Attributes
-
backupCollections
(type:list(GoogleApi.Redis.V1beta1.Model.BackupCollection.t)
, default:nil
) - A list of backupCollections in the project. If thelocation_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 thename
field set to a value of the formprojects/{project_id}/locations/{location_id}/backupCollections/
- and thestatus
field set to ERROR andstatus_message
field set to "location not available for ListBackupCollections". -
nextPageToken
(type:String.t
, default:nil
) - Token to retrieve the next page of results, or empty if there are no more results in the list. -
unreachable
(type:list(String.t)
, default:nil
) - Locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Redis.V1beta1.Model.ListBackupCollectionsResponse{ backupCollections: [GoogleApi.Redis.V1beta1.Model.BackupCollection.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }