Interface Backup.QuantityBasedExpiryOrBuilder (0.30.0)

public static interface Backup.QuantityBasedExpiryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRetentionCount()

public abstract int getRetentionCount()

Output only. The backup's position among its backups with the same source cluster and type, by descending chronological order create time(i.e. newest first).

int32 retention_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The retentionCount.

getTotalRetentionCount()

public abstract int getTotalRetentionCount()

Output only. The length of the quantity-based queue, specified by the backup's retention policy.

int32 total_retention_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The totalRetentionCount.