public sealed class GetBackupCollectionRequest : IMessage<GetBackupCollectionRequest>, IEquatable<GetBackupCollectionRequest>, IDeepCloneable<GetBackupCollectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class GetBackupCollectionRequest.
Required. Redis backupCollection resource name using the form:
projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}
where location_id refers to a GCP 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."],[[["The latest version of the `GetBackupCollectionRequest` class is 1.4.0, part of the Google Cloud Memorystore for Redis (cluster management) v1 API."],["This class is used to create requests for retrieving backup collections within the Google Cloud Redis cluster management system."],["`GetBackupCollectionRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling and object manipulation."],["The class has properties like `BackupCollectionName` and `Name`, which are used to specify the target Redis backup collection resource."],["There are multiple previous versions of this class, including versions 1.0.0, 1.1.0, 1.2.0, and 1.3.0, which indicates its update history."]]],[]]