Interface BackupContextOrBuilder (0.1.0)

public interface BackupContextOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackupId()

public abstract long getBackupId()

The identifier of the backup.

int64 backup_id = 1;

Returns
Type Description
long

The backupId.

getKind()

public abstract String getKind()

This is always sql#backupContext.

string kind = 2;

Returns
Type Description
String

The kind.

getKindBytes()

public abstract ByteString getKindBytes()

This is always sql#backupContext.

string kind = 2;

Returns
Type Description
ByteString

The bytes for kind.

getName()

public abstract String getName()

The name of the backup. Format: projects/{project}/backups/{backup}

string name = 3;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the backup. Format: projects/{project}/backups/{backup}

string name = 3;

Returns
Type Description
ByteString

The bytes for name.