Interface InitiateBackupResponseOrBuilder (0.10.0)

public interface InitiateBackupResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackup()

public abstract String getBackup()

The name of the backup that was created.

string backup = 1;

Returns
Type Description
String

The backup.

getBackupBytes()

public abstract ByteString getBackupBytes()

The name of the backup that was created.

string backup = 1;

Returns
Type Description
ByteString

The bytes for backup.

getBaseBackupGenerationId()

public abstract int getBaseBackupGenerationId()

The generation id of the base backup. It is needed for the incremental backups.

int32 base_backup_generation_id = 3;

Returns
Type Description
int

The baseBackupGenerationId.

getNewBackupGenerationId()

public abstract int getNewBackupGenerationId()

The generation id of the new backup.

int32 new_backup_generation_id = 2;

Returns
Type Description
int

The newBackupGenerationId.