Interface ContinuousBackupSourceOrBuilder (0.30.0)

public interface ContinuousBackupSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCluster()

public abstract String getCluster()

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.

string cluster = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The cluster.

getClusterBytes()

public abstract ByteString getClusterBytes()

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.

string cluster = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for cluster.

getPointInTime()

public abstract Timestamp getPointInTime()

Required. The point in time to restore to.

.google.protobuf.Timestamp point_in_time = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Timestamp

The pointInTime.

getPointInTimeOrBuilder()

public abstract TimestampOrBuilder getPointInTimeOrBuilder()

Required. The point in time to restore to.

.google.protobuf.Timestamp point_in_time = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TimestampOrBuilder

hasPointInTime()

public abstract boolean hasPointInTime()

Required. The point in time to restore to.

.google.protobuf.Timestamp point_in_time = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the pointInTime field is set.