public class Backup extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Backup.State |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Backup |
fromProto(Backup proto) |
org.threeten.bp.Instant |
getEndTime()
Get the end time when the creation of this backup has completed.
|
org.threeten.bp.Instant |
getExpireTime()
Get the expire time of this backup.
|
String |
getId()
Get the ID of this backup.
|
String |
getInstanceId()
Get the instance ID where this backup is located.
|
long |
getSizeBytes()
Get the size of this backup.
|
String |
getSourceTableId()
Get the source table ID from which the backup is created.
|
org.threeten.bp.Instant |
getStartTime()
Get the start time when this backup is taken.
|
Backup.State |
getState()
Get the state of this backup.
|
int |
hashCode() |
public String getId()
public String getSourceTableId()
public String getInstanceId()
public org.threeten.bp.Instant getExpireTime()
@Nullable public org.threeten.bp.Instant getStartTime()
@Nullable public org.threeten.bp.Instant getEndTime()
public long getSizeBytes()
public Backup.State getState()
Copyright © 2020 Google LLC. All rights reserved.