public sealed class ContinuousBackupSource : IMessage<ContinuousBackupSource>, IEquatable<ContinuousBackupSource>, IDeepCloneable<ContinuousBackupSource>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class ContinuousBackupSource.
Required. The source cluster from which to restore. This cluster must have
continuous backup enabled for this operation to succeed. For the required
format, see the comment on the Cluster.name field.
[[["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-04-17 UTC."],[[["This document provides reference information for the `ContinuousBackupSource` class within the Google Cloud AlloyDB v1 API, specifically version 1.5.0, and shows a list of previous versions."],["`ContinuousBackupSource` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its use in message handling and data manipulation."],["The class includes two constructors, a default one and another that accepts a `ContinuousBackupSource` object for cloning, enabling object duplication."],["`ContinuousBackupSource` has two properties: `Cluster`, a string representing the source cluster, and `PointInTime`, a Timestamp representing the restore point, both of which are required."],["The class inherits members such as `GetHashCode`, `GetType`, and `ToString` from the base object class."]]],[]]