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"]],[["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-03-21 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."]]],[]]