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.8.0, with links to other versions from 1.0.0 to 1.9.0."],["The `ContinuousBackupSource` class is a message type, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with `object` being its base class."],["The class has two constructors: a default one and another that takes an instance of `ContinuousBackupSource` as a parameter, allowing the creation of an object from another object of the same type."],["`ContinuousBackupSource` class contains two properties: `Cluster`, which is a string that represents the cluster source, and `PointInTime`, which is a `Timestamp` that indicates the point in time for the backup to restore."]]],[]]