Uses of Class
com.google.cloud.spanner.BackupId
-
Packages that use BackupId Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service.com.google.cloud.spanner.spi.v1 -
-
Uses of BackupId in com.google.cloud.spanner
Fields in com.google.cloud.spanner declared as BackupId Modifier and Type Field Description protected BackupIdBackupInfo.BuilderImpl. idMethods in com.google.cloud.spanner that return BackupId Modifier and Type Method Description BackupIdRestoreInfo. getBackup()The backup source of the restored database.BackupIdBackupInfo. getId()Returns the backup id.BackupIdRestore. getSource()static BackupIdBackupId. of(InstanceId instanceId, String backup)Creates aBackupIdgiven the instance identity and backup id.static BackupIdBackupId. of(String project, String instance, String backup)Creates aBackupIdgiven project, instance and backup IDs.Methods in com.google.cloud.spanner with parameters of type BackupId Modifier and Type Method Description default com.google.api.gax.longrunning.OperationFuture<Backup,CopyBackupMetadata>DatabaseAdminClient. copyBackup(BackupId sourceBackupId, Backup destinationBackup)Creates a copy of backup from an existing backup in Cloud Spanner in the same instance.Backup.BuilderDatabaseAdminClient. newBackupBuilder(BackupId id)Returns a builder for aBackupobject with the given id.Restore.BuilderDatabaseAdminClient. newRestoreBuilder(BackupId source, DatabaseId destination)Returns a builder for aRestoreobject with the given source and destinationConstructors in com.google.cloud.spanner with parameters of type BackupId Constructor Description Builder(BackupId source, DatabaseId destination) -
Uses of BackupId in com.google.cloud.spanner.spi.v1
Methods in com.google.cloud.spanner.spi.v1 with parameters of type BackupId Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Backup,CopyBackupMetadata>GapicSpannerRpc. copyBackup(BackupId sourceBackupId, Backup destinationBackup)default com.google.api.gax.longrunning.OperationFuture<Backup,CopyBackupMetadata>SpannerRpc. copyBackup(BackupId sourceBackupId, Backup destinationBackup)Creates a copy backup from the source backup specified.
-