Package com.google.cloud.spanner
Class Restore
- java.lang.Object
-
- com.google.cloud.spanner.Restore
-
public class Restore extends Object
Represents a restore operation of a Cloud Spanner backup.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Restore.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
DatabaseId
getDestination()
RestoreEncryptionConfig
getEncryptionConfig()
BackupId
getSource()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getSource
public BackupId getSource()
-
getDestination
public DatabaseId getDestination()
-
getEncryptionConfig
public RestoreEncryptionConfig getEncryptionConfig()
-
-