If not specified, a default value of 1000 will be used by the service.
Regardless of the page_size value, the response may include a partial list
and a caller should only rely on response's
[next_page_token][google.cloud.memorystore.v1.ListBackupCollectionsResponse.next_page_token]
to determine if there are more clusters left to be queried.
Required. The resource name of the backupCollection location using the
form:
projects/{project_id}/locations/{location_id}
where location_id refers to a Google Cloud region.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Memorystore v1 API - Class ListBackupCollectionsRequest (1.0.0-beta03)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta03 (latest)](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.ListBackupCollectionsRequest)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/1.0.0-beta02/Google.Cloud.Memorystore.V1.ListBackupCollectionsRequest) \n\n public sealed class ListBackupCollectionsRequest : IMessage\u003cListBackupCollectionsRequest\u003e, IEquatable\u003cListBackupCollectionsRequest\u003e, IDeepCloneable\u003cListBackupCollectionsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Memorystore v1 API class ListBackupCollectionsRequest.\n\nRequest for \\[ListBackupCollections\\] \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListBackupCollectionsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListBackupCollectionsRequest](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.ListBackupCollectionsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListBackupCollectionsRequest](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.ListBackupCollectionsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListBackupCollectionsRequest](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.ListBackupCollectionsRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageRequest](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageRequest.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Memorystore.V1](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Memorystore.V1.dll\n\nConstructors\n------------\n\n### ListBackupCollectionsRequest()\n\n public ListBackupCollectionsRequest()\n\n### ListBackupCollectionsRequest(ListBackupCollectionsRequest)\n\n public ListBackupCollectionsRequest(ListBackupCollectionsRequest other)\n\nProperties\n----------\n\n### PageSize\n\n public int PageSize { get; set; }\n\nOptional. The maximum number of items to return.\n\nIf not specified, a default value of 1000 will be used by the service.\nRegardless of the page_size value, the response may include a partial list\nand a caller should only rely on response's\n\\[`next_page_token`\\]\\[google.cloud.memorystore.v1.ListBackupCollectionsResponse.next_page_token\\]\nto determine if there are more clusters left to be queried.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nOptional. The `next_page_token` value returned from a previous\n\\[ListBackupCollections\\] request, if any.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The resource name of the backupCollection location using the\nform:\n`projects/{project_id}/locations/{location_id}`\nwhere `location_id` refers to a Google Cloud region.\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.LocationName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.ListBackupCollectionsRequest#Google_Cloud_Memorystore_V1_ListBackupCollectionsRequest_Parent) resource name property."]]