Modifier and Type | Class and Description |
---|---|
static class |
BackupInfo.Builder |
static class |
BackupInfo.State
State of the backup.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
DatabaseId |
getDatabase()
Returns the id of the database that was used to create the backup.
|
com.google.cloud.Timestamp |
getExpireTime()
Returns the expire time of the backup.
|
BackupId |
getId()
Returns the backup id.
|
InstanceId |
getInstanceId()
Returns the id of the instance that the backup belongs to.
|
Backup |
getProto()
Returns the raw proto instance that was used to construct this
Backup . |
long |
getSize()
Returns the size of the backup in bytes.
|
BackupInfo.State |
getState()
Returns the state of the backup.
|
int |
hashCode() |
String |
toString() |
public BackupId getId()
public InstanceId getInstanceId()
public BackupInfo.State getState()
public long getSize()
public com.google.cloud.Timestamp getExpireTime()
public DatabaseId getDatabase()
@Nullable public Backup getProto()
Backup
.Copyright © 2020 Google LLC. All rights reserved.