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 classRestore.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)DatabaseIdgetDestination()RestoreEncryptionConfiggetEncryptionConfig()BackupIdgetSource()inthashCode()StringtoString()
-
-
-
Method Detail
-
getSource
public BackupId getSource()
-
getDestination
public DatabaseId getDestination()
-
getEncryptionConfig
public RestoreEncryptionConfig getEncryptionConfig()
-
-